We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad34fcc commit b941526Copy full SHA for b941526
ts/components/SessionWrapperModal.tsx
@@ -145,10 +145,10 @@ export const ModalActionsContainer = ({
145
maxWidth={maxWidth || '300px'}
146
$alignItems="center"
147
$flexGap="var(--margins-md)"
148
- height="50px"
+ height="unset"
149
style={{
150
justifySelf: 'center',
151
- marginBottom: extraBottomMargin ? 'var(--margins-sm)' : '',
+ marginBottom: extraBottomMargin ? 'var(--margins-lg)' : 'var(--margins-md)',
152
...style,
153
}}
154
data-testid="modal-actions-container"
0 commit comments