mirror of
https://github.com/D4M13N-D3V/comissions-app-ui.git
synced 2025-03-14 08:15:08 +00:00
fix: made header less see through
This commit is contained in:
parent
f90378b991
commit
6c2acada86
@ -66,7 +66,7 @@ function AppAppBar({ user }: AppAppBarProps) {
|
||||
borderRadius: '10px',
|
||||
bgcolor:
|
||||
theme.palette.mode === 'light'
|
||||
? 'rgba(255, 255, 255, 0.4)'
|
||||
? 'rgba(255, 255, 255, 0.6)'
|
||||
: 'rgba(0, 0, 0, 0.4)',
|
||||
backdropFilter: 'blur(24px)',
|
||||
maxHeight: 40,
|
||||
|
Loading…
x
Reference in New Issue
Block a user