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',
vertical: vertical ?? 'bottom',
}}
sx={{ width: '320px', ...sx }}>
sx={{ width: '320px', backgroundColor: '#000', ...sx }}>
<Button
color={attributes.variant}
onClick={handleClick}