fix notification background color

This commit is contained in:
Abhinav 2023-06-06 14:51:39 +05:30
parent 218f7a6ba3
commit b8b377093e

View file

@ -52,7 +52,7 @@ export default function Notification({
horizontal: horizontal ?? 'right', horizontal: horizontal ?? 'right',
vertical: vertical ?? 'bottom', vertical: vertical ?? 'bottom',
}} }}
sx={{ width: '320px', ...sx }}> sx={{ width: '320px', backgroundColor: '#000', ...sx }}>
<Button <Button
color={attributes.variant} color={attributes.variant}
onClick={handleClick} onClick={handleClick}