diff --git a/ionic/components/action-sheet/action-sheet.ios.scss b/ionic/components/action-sheet/action-sheet.ios.scss index 4eba06bbd3..14c5a70e74 100644 --- a/ionic/components/action-sheet/action-sheet.ios.scss +++ b/ionic/components/action-sheet/action-sheet.ios.scss @@ -91,7 +91,7 @@ ion-action-sheet { .action-sheet-selected { font-weight: bold; - background: white; + background: #fff; } .action-sheet-destructive { diff --git a/ionic/components/action-sheet/action-sheet.wp.scss b/ionic/components/action-sheet/action-sheet.wp.scss index 226d809905..a92e44858d 100644 --- a/ionic/components/action-sheet/action-sheet.wp.scss +++ b/ionic/components/action-sheet/action-sheet.wp.scss @@ -76,7 +76,7 @@ $action-sheet-wp-icon-margin: 0 16px 0 0 !default; .button-inner { justify-content: flex-start; - } + } } .action-sheet-selected { diff --git a/ionic/components/tabs/tabs.scss b/ionic/components/tabs/tabs.scss index 05fea8ffde..660def066c 100644 --- a/ionic/components/tabs/tabs.scss +++ b/ionic/components/tabs/tabs.scss @@ -90,7 +90,7 @@ tabbar { ion-badge, ion-icon, span { - opacity: 0.4; + opacity: .4; } }