From e8306bf4ebc2154fbb1f6a200f4cdec62f75b380 Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Sat, 9 Aug 2025 09:29:49 +0700 Subject: [PATCH] feat(ui): set dialog overrides --- apps/client/src/styles/theme.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/client/src/styles/theme.scss b/apps/client/src/styles/theme.scss index 1d69f196a..1c4db83cf 100644 --- a/apps/client/src/styles/theme.scss +++ b/apps/client/src/styles/theme.scss @@ -213,6 +213,14 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); ); } + @include mat.dialog-overrides( + ( + container-max-width: 80vw, + container-shape: 4px, + container-small-max-width: 96vw + ) + ); + @include mat.fab-overrides( ( container-color: var(--gf-theme-primary-500)