From 9074c4f2e861fea14b6068b5d713f5942443bf29 Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Sat, 9 Aug 2025 14:34:51 +0700 Subject: [PATCH] fix(ui): reduce radius only for mobile --- apps/client/src/styles/theme.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/client/src/styles/theme.scss b/apps/client/src/styles/theme.scss index 66dc01ea3..614ce877d 100644 --- a/apps/client/src/styles/theme.scss +++ b/apps/client/src/styles/theme.scss @@ -206,6 +206,12 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); .theme-dark, .theme-light { @media (max-width: 575.98px) { + @include mat.dialog-overrides( + ( + container-shape: 4px + ) + ); + @include mat.tabs-overrides( ( container-height: 3rem @@ -216,7 +222,6 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); @include mat.dialog-overrides( ( container-max-width: 80vw, - container-shape: 4px, container-small-max-width: 96vw ) ); @@ -226,6 +231,7 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); container-color: var(--gf-theme-primary-500) ) ); + @include mat.tabs-overrides( ( active-focus-label-text-color: var(--gf-theme-primary-500),