From e304a80d623d82342b4b6e7724275b8b9db3da05 Mon Sep 17 00:00:00 2001 From: Kenrick Tandrian <60643640+KenTandrian@users.noreply.github.com> Date: Sun, 17 Aug 2025 15:15:51 +0700 Subject: [PATCH] Task/restore button states in confirmation dialog (#5374) * Restore button states in confirmation dialog --- 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( (