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
parent
commit
3e3eaa4282
No known key found for this signature in database GPG Key ID: 74434EFE0D2E2205
  1. 2
      apps/settings/src/views/Apps.vue

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

Loading…
Cancel
Save