diff --git a/apps/client/src/styles/theme.scss b/apps/client/src/styles/theme.scss index fcab80518..51d765089 100644 --- a/apps/client/src/styles/theme.scss +++ b/apps/client/src/styles/theme.scss @@ -194,7 +194,8 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); @include mat.dialog-overrides( ( - container-color: var(--light-background) + container-color: var(--light-background), + container-shape: 0.5rem ) );