Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ektaghag-eaton committed Sep 13, 2023
1 parent 294476c commit d936ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login-workflow/src/screens/EulaScreen/EulaScreenBase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const EulaScreenBase: React.FC<EulaScreenProps> = (props) => {
return (
<WorkflowCard {...cardBaseProps}>
<WorkflowCardHeader {...headerProps} />
<WorkflowCardBody sx={{ pt: 2 }}>
<WorkflowCardBody>
{checkboxProps?.disabled ? (
<Box
sx={{
Expand Down

0 comments on commit d936ec4

Please sign in to comment.