Skip to content

Commit

Permalink
1-3142: align header top with close button
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Nov 21, 2024
1 parent 3636ab1 commit 9669c8b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ const ModalContentContainer = styled('section')(({ theme }) => ({
flexFlow: 'column',
gap: theme.spacing(4),
paddingInline: theme.spacing(4),
paddingBlock: theme.spacing(10),
paddingBlockStart: theme.spacing(3.5),
paddingBlockEnd: theme.spacing(10),
}));

const WidgetContainer = styled('div')(({ theme }) => ({
Expand Down

0 comments on commit 9669c8b

Please sign in to comment.