From 89727ed4fe931a8b6020a8711d94dfa78d9979d8 Mon Sep 17 00:00:00 2001 From: Kenrick Tandrian <60643640+KenTandrian@users.noreply.github.com> Date: Wed, 7 Jan 2026 01:48:50 +0700 Subject: [PATCH] Task/restore active indicator color of tabs to primary color (#6170) * fix(styles): restore tabs active indicator color --- apps/client/src/styles/theme.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/client/src/styles/theme.scss b/apps/client/src/styles/theme.scss index 7de0b0cf3..a4310f05b 100644 --- a/apps/client/src/styles/theme.scss +++ b/apps/client/src/styles/theme.scss @@ -386,8 +386,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)