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)