Browse Source

Task/decrease border radius of dialogs (#6680)

Decrease border radius of dialogs
next
Thomas Kaul 1 week ago
committed by GitHub
parent
commit
50d1243eeb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      apps/client/src/styles/theme.scss

1
apps/client/src/styles/theme.scss

@ -341,6 +341,7 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest);
@include mat.dialog-overrides( @include mat.dialog-overrides(
( (
container-max-width: 80vw, container-max-width: 80vw,
container-shape: 8px,
container-small-max-width: 96vw container-small-max-width: 96vw
) )
); );

Loading…
Cancel
Save