From 46564da71248a91754e90323b7ec0494eb4e0530 Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Sat, 16 Aug 2025 17:17:39 +0700 Subject: [PATCH] feat(ui): add button overrides for accent and warn colors --- apps/client/src/styles/theme.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/apps/client/src/styles/theme.scss b/apps/client/src/styles/theme.scss index 22d495704..9256b41d9 100644 --- a/apps/client/src/styles/theme.scss +++ b/apps/client/src/styles/theme.scss @@ -254,6 +254,23 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); ) ); + .mat-accent { + @include mat.button-overrides( + ( + filled-container-color: var(--gf-theme-secondary-500) + ) + ); + } + + .mat-warn { + @include mat.button-overrides( + ( + filled-container-color: #f44336, + filled-label-text-color: white + ) + ); + } + .page.has-tabs { @include mat.tabs-overrides( (