fix(theming): Remove header icon mask in dark mode high contrast as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2025-09-03 12:58:33 +02:00
parent bc328389a4
commit edbb4e8fa8
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0

View file

@ -107,6 +107,9 @@ class DarkHighContrastTheme extends DarkTheme implements ITheme {
'--color-box-shadow-rgb' => $colorMainText,
'--color-box-shadow' => $colorMainText,
// remove the gradient from the app icons
'--header-menu-icon-mask' => 'none',
]
);
}