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 fb4fa0c commit 470ebfdCopy full SHA for 470ebfd
src/organisms/Modals/ModalAlert/ModalAlert.tsx
@@ -59,12 +59,18 @@ export const ModalAlertNew = ({
59
</Box>
60
)}
61
{title && (
62
- <Box as="p" fontWeight="700" fontSize={isDesktop ? '20px' : '18px'} lineHeight="24px">
+ <Box
63
+ as="p"
64
+ fontWeight="700"
65
+ fontSize={isDesktop ? '20px' : '18px'}
66
+ lineHeight="24px"
67
+ mb={0}
68
+ >
69
{title}
70
71
72
{description && (
- <Box as="p" fontSize="16px" lineHeight="24px">
73
+ <Box as="p" fontSize="16px" lineHeight="24px" mb={0}>
74
{description}
75
76
0 commit comments