Browse Source

Improve styling of tabs

pull/7028/head
Thomas Kaul 3 months ago
parent
commit
a9a3ef73bc
  1. 3
      apps/client/src/styles/theme.scss

3
apps/client/src/styles/theme.scss

@ -392,8 +392,11 @@ $gf-typography: (
@include mat.tabs-overrides( @include mat.tabs-overrides(
( (
active-focus-indicator-color: var(--gf-theme-primary-500),
active-focus-label-text-color: var(--gf-theme-primary-500), active-focus-label-text-color: var(--gf-theme-primary-500),
active-hover-indicator-color: var(--gf-theme-primary-500),
active-hover-label-text-color: var(--gf-theme-primary-500), active-hover-label-text-color: var(--gf-theme-primary-500),
active-indicator-color: var(--gf-theme-primary-500),
active-label-text-color: var(--gf-theme-primary-500), active-label-text-color: var(--gf-theme-primary-500),
active-ripple-color: var(--gf-theme-primary-500), active-ripple-color: var(--gf-theme-primary-500),
inactive-ripple-color: var(--gf-theme-primary-500) inactive-ripple-color: var(--gf-theme-primary-500)

Loading…
Cancel
Save