From d9bbf686ae2458fdcb3b033a806f3c2eb72492da Mon Sep 17 00:00:00 2001 From: kytwb Date: Wed, 15 Dec 2021 16:26:12 +0100 Subject: Various appearance fixes --- src/features/appearance/index.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/features/appearance') diff --git a/src/features/appearance/index.ts b/src/features/appearance/index.ts index 7bda62cba..4323fa7cc 100644 --- a/src/features/appearance/index.ts +++ b/src/features/appearance/index.ts @@ -38,7 +38,6 @@ function generateAccentStyle(accentColorStr) { .theme__dark .app .sidebar .sidebar__button.is-active, .sidebar .sidebar__button.is-muted, .sidebar .sidebar__button.is-active, - .tab-item.is-active, .settings .account .invoices .invoices__action button, .settings-navigation .settings-navigation__link.is-active .badge, a.link, @@ -78,7 +77,7 @@ function generateAccentStyle(accentColorStr) { border-right-color: ${accentColorStr}; } - .franz-form .franz-form__radio.is-selected { + .franz-form .franz-form__radio.is-selected, .tab-item.is-active { border-color: ${accentColorStr}; } @@ -107,7 +106,7 @@ function generateAccentStyle(accentColorStr) { } .tab-item.is-active { - background: ${accentColor.lighten(0.35).hex()}; + background: ${accentColor.lightness(90).hex()}; } `; } -- cgit v1.2.3-54-g00ecf