Kenrick Tandrian 1 week ago
committed by GitHub
parent
commit
6e9cdb5414
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      apps/client/src/styles/theme.scss

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

@ -383,8 +383,11 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest);
@include mat.tabs-overrides(
(
active-focus-indicator-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-indicator-color: var(--gf-theme-primary-500),
active-label-text-color: var(--gf-theme-primary-500),
active-ripple-color: var(--gf-theme-primary-500),
inactive-ripple-color: var(--gf-theme-primary-500)

Loading…
Cancel
Save