Theme: Increase contrast for overlays and drawers (#46630)

This commit is contained in:
Torkel Ödegaard 2022-03-23 14:47:33 +01:00 committed by GitHub
parent 87a883ec62
commit 72b6f64df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ export function createComponents(colors: ThemeColors, shadows: ThemeShadows): Th
padding: 1,
},
overlay: {
background: colors.mode === 'dark' ? 'rgba(0, 0, 0, 0.45)' : 'rgba(208, 209, 211, 0.24)',
background: colors.mode === 'dark' ? 'rgba(63, 62, 62, 0.45)' : 'rgba(208, 209, 211, 0.24)',
},
sidemenu: {
width: 48,