From 95408f552debea39e6128540829a0e56706d1f0f Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 5 Apr 2026 09:13:33 +0200 Subject: [PATCH] Decrease border radius of dialogs --- apps/client/src/styles/theme.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/styles/theme.scss b/apps/client/src/styles/theme.scss index 51d765089..5937a8892 100644 --- a/apps/client/src/styles/theme.scss +++ b/apps/client/src/styles/theme.scss @@ -194,8 +194,7 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); @include mat.dialog-overrides( ( - container-color: var(--light-background), - container-shape: 0.5rem + container-color: var(--light-background) ) ); @@ -339,6 +338,7 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); @include mat.dialog-overrides( ( container-max-width: 80vw, + container-shape: 8px, container-small-max-width: 96vw ) );