Task/decrease border radius of dialogs (#6680)

Decrease border radius of dialogs
pull/6749/head
Thomas Kaul 1 month ago committed by GitHub
parent 558a9e4d0b
commit 50d1243eeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save