Browse Source
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
3 years ago
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
1 changed files with
1 additions and
1 deletions
-
apps/settings/src/views/Apps.vue
|
|
@ -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); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|