From 50d1243eebf16e09c73efe9dc154f425f03a336f Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 5 Apr 2026 09:34:15 +0200 Subject: [PATCH] Task/decrease border radius of dialogs (#6680) Decrease border radius of dialogs --- apps/client/src/styles/theme.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/styles/theme.scss b/apps/client/src/styles/theme.scss index f8abd8347..7244b007d 100644 --- a/apps/client/src/styles/theme.scss +++ b/apps/client/src/styles/theme.scss @@ -341,6 +341,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 ) );