Skip to content

Commit

Permalink
update default left margin offset given default left width
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Feb 22, 2024
1 parent ffeb41f commit 48e755e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/molecules/LegacyModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const LegacyModal = (props: LegacyModalProps): JSX.Element => {
header={modalHeader}
onOutsideClick={closeOnOutsideClick ?? false ? onClose : undefined}
// center within viewport aside from nav
marginLeft={styleProps.marginLeft ?? '7.125rem'}
marginLeft={styleProps.marginLeft ?? '5.656rem'}
{...styleProps}
footer={footer}
>
Expand Down

0 comments on commit 48e755e

Please sign in to comment.