From e9628cd6173f94ab3dbd95013b9a6d13c79fe557 Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Thu, 7 Aug 2025 01:20:46 +0700 Subject: [PATCH] fix(styles): reduce duplication --- apps/client/src/styles/theme.scss | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/apps/client/src/styles/theme.scss b/apps/client/src/styles/theme.scss index ba13e6240..f39e08538 100644 --- a/apps/client/src/styles/theme.scss +++ b/apps/client/src/styles/theme.scss @@ -165,11 +165,6 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); title-text-line-height: 1.2 ) ); - @include mat.fab-overrides( - ( - container-color: var(--gf-theme-primary-500) - ) - ); @include mat.table-overrides( ( row-item-outline-color: rgba(var(--dark-dividers)) @@ -203,11 +198,6 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); title-text-line-height: 1.2 ) ); - @include mat.fab-overrides( - ( - container-color: var(--gf-theme-primary-500) - ) - ); @include mat.table-overrides( ( row-item-outline-color: rgba(var(--light-dividers)) @@ -226,6 +216,12 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); ) ); } + + @include mat.fab-overrides( + ( + container-color: var(--gf-theme-primary-500) + ) + ); @include mat.tabs-overrides( ( active-focus-label-text-color: var(--gf-theme-primary-500),