mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(modal): border radius is correctly set on card style modal (#23461)
This commit is contained in:
@@ -68,10 +68,3 @@
|
||||
box-shadow: var(--box-shadow);
|
||||
}
|
||||
}
|
||||
|
||||
:host(.overlay-datetime) {
|
||||
--width: 316px;
|
||||
--height: 296px;
|
||||
--background: transparent;
|
||||
--border-radius: #{$modal-ios-border-radius};
|
||||
}
|
||||
|
||||
@@ -8,5 +8,3 @@ $modal-ios-background-color: $background-color !default;
|
||||
|
||||
/// @prop - Border radius for the modal
|
||||
$modal-ios-border-radius: 10px !default;
|
||||
|
||||
$modal-ios-card-border-radius: 10px !default;
|
||||
|
||||
Reference in New Issue
Block a user