Skip to content

Commit d8d22e0

Browse files
authored
Merge pull request #1514 from session-foundation/fix-padding-action-modals
fix: actions in modal need some padding by default
2 parents ad34fcc + b941526 commit d8d22e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ts/components/SessionWrapperModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ export const ModalActionsContainer = ({
145145
maxWidth={maxWidth || '300px'}
146146
$alignItems="center"
147147
$flexGap="var(--margins-md)"
148-
height="50px"
148+
height="unset"
149149
style={{
150150
justifySelf: 'center',
151-
marginBottom: extraBottomMargin ? 'var(--margins-sm)' : '',
151+
marginBottom: extraBottomMargin ? 'var(--margins-lg)' : 'var(--margins-md)',
152152
...style,
153153
}}
154154
data-testid="modal-actions-container"

0 commit comments

Comments
 (0)