fix(actionsheet): iOS cancel bold

Closes #141
This commit is contained in:
Adam Bradley
2015-09-21 22:39:19 -05:00
parent bc1fecbef1
commit b1b4dba273
2 changed files with 4 additions and 4 deletions

View File

@@ -94,7 +94,3 @@ action-sheet-wrapper {
.action-sheet-options {
background: $action-sheet-options-background-color;
}
.action-sheet-cancel button {
font-weight: 500;
}

View File

@@ -61,6 +61,10 @@ ion-action-sheet button {
border-bottom: 1px solid $action-sheet-ios-border-color;
}
.action-sheet-cancel button {
font-weight: bold;
}
.action-sheet-title {
padding: 2rem;
font-size: $action-sheet-ios-title-font-size;