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 87c1fc0 commit b023ea0Copy full SHA for b023ea0
src/organisms/Modals/Modal/Modal.tsx
@@ -51,8 +51,8 @@ export const Modal = ({
51
bgColor: vars('colors-neutral-white'),
52
borderRadius: isDesktop ? '8px' : 0,
53
mt: isDesktop ? '48px' : 0,
54
+ mb: isDesktop ? '48px' : 0,
55
marginX: isDesktop ? 'auto' : 0,
- mb: 0,
56
maxH: isInside ? 'calc(100dvh - 96px)' : 'auto',
57
maxWidth: isDesktop ? '690px' : '100%',
58
...(fixedButtons && {
0 commit comments