This commit is contained in:
Kirill
2026-05-27 23:43:22 +05:00
parent 9aea74db96
commit 3e00c402b5
2 changed files with 2 additions and 1 deletions
@@ -39,9 +39,10 @@ export function NotificationStack() {
py: 1.5, py: 1.5,
alignItems: 'center', alignItems: 'center',
color: `${theme.palette.primary.main} !important`, color: `${theme.palette.primary.main} !important`,
boxShadow: '0 4px 16px rgba(0,0,0,0.08)', boxShadow: '0 4px 16px rgba(0,0,0,0.3)',
WebkitBackdropFilter: 'blur(8px)', WebkitBackdropFilter: 'blur(8px)',
backdropFilter: 'blur(8px)', backdropFilter: 'blur(8px)',
backgroundColor: 'rgba(255,255,255,0.7)',
'& .MuiAlert-icon': { '& .MuiAlert-icon': {
py: 0.5, py: 0.5,
mr: 1.5, mr: 1.5,
Binary file not shown.