Use correct filter for app icons in the right sidebar of app management

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-11-24 09:31:42 +01:00
parent 21576ff271
commit 3e3eaa4282
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

@ -322,7 +322,7 @@ export default {
.app-sidebar-header--compact .app-sidebar-header__figure {
background-size: 32px;
filter: invert(1);
filter: var(--background-invert-if-bright);
}
}