diff --git a/core/src/components/alert/alert.ios.scss b/core/src/components/alert/alert.ios.scss index 88e839f767..d3ef8691fe 100644 --- a/core/src/components/alert/alert.ios.scss +++ b/core/src/components/alert/alert.ios.scss @@ -44,9 +44,9 @@ .alert-ios .alert-title { @include margin($alert-ios-title-margin-top, null, null, null); - color: $alert-ios-title-color; font-size: $alert-ios-title-font-size; font-weight: $alert-ios-title-font-weight; + color: $alert-ios-title-color; } .alert-ios .alert-sub-title { diff --git a/core/src/components/alert/alert.md.scss b/core/src/components/alert/alert.md.scss index 11b1e64385..1c95b686c6 100644 --- a/core/src/components/alert/alert.md.scss +++ b/core/src/components/alert/alert.md.scss @@ -29,14 +29,14 @@ } .alert-md .alert-title { - color: $alert-md-title-color; font-size: $alert-md-title-font-size; font-weight: $alert-md-title-font-weight; + color: $alert-md-title-color; } .alert-md .alert-sub-title { - color: $alert-md-sub-title-text-color; font-size: $alert-md-sub-title-font-size; + color: $alert-md-sub-title-text-color; }