Browse Source

Decrease border radius of dialogs

pull/6680/head
Thomas Kaul 2 months ago
parent
commit
2abcfe1951
  1. 3
      apps/client/src/styles/theme.scss

3
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
)
);

Loading…
Cancel
Save