Skip to content

Commit 2c459c5

Browse files
committed
fix wrong icon color in app store
Signed-off-by: Simon L <szaimen@e.mail.de>
1 parent 5940161 commit 2c459c5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/settings/src/views/Apps.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,11 @@ export default {
396396
right: -8px;
397397
}
398398
399+
// Fix wrong color for active icons
400+
:deep(.app-navigation-entry.active .app-navigation-entry-icon) {
401+
filter: var(--primary-invert-if-bright);
402+
}
403+
399404
.app-sidebar-tabs__release {
400405
h2 {
401406
border-bottom: 1px solid var(--color-border);

0 commit comments

Comments
 (0)