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

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/35389/head
Joas Schilling 2022-11-24 09:31:42 +07:00
parent 21576ff271
commit 3e3eaa4282
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
1 changed files with 1 additions and 1 deletions

@ -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);
}
}