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 63c543c commit ecb5427Copy full SHA for ecb5427
src/organisms/Alerts/Alert.tsx
@@ -95,13 +95,14 @@ export function Alert({
95
</Box>
96
<Box display="flex" alignItems="center">
97
<Box
98
- as="p"
99
alignSelf="center"
+ as="p"
100
+ color={vars('colors-neutral-darkCharcoal')}
101
fontFamily="Roboto"
102
fontSize="16px"
103
fontWeight="400"
104
lineHeight="28px"
- color={vars('colors-neutral-darkCharcoal')}
105
+ mb="0"
106
>
107
{children}
108
{endTextLink && onClickLink && <BtnLink onClick={onClickLink}>{endTextLink}</BtnLink>}
0 commit comments