Skip to content

Commit

Permalink
change padding on Roles screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Sworzen1 committed Feb 22, 2024
1 parent 4ac37a9 commit 026325f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const RegisterAsdRepStepOne = ({
actionButtonLabel={t("continue")}
backButtonLabel={t("cancel")}
onClickActionButton={onClickContinue}
sx={{ paddingBottom: isMobile ? undefined : 3 }}
>
<Typography sx={{ textAlign: "center" }} variant="headline4">
{t("registration.rolesAndResponsibilitiesTitle")}
Expand Down

0 comments on commit 026325f

Please sign in to comment.