mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
@ -17,6 +17,7 @@ $action-sheet-ios-button-text-color: #007aff !default;
|
|||||||
$action-sheet-ios-button-font-size: 2rem !default;
|
$action-sheet-ios-button-font-size: 2rem !default;
|
||||||
$action-sheet-ios-background-active-color: #e9e9e9 !default;
|
$action-sheet-ios-background-active-color: #e9e9e9 !default;
|
||||||
|
|
||||||
|
$action-sheet-ios-destructive-button-text-color: #f53d3d;
|
||||||
$action-sheet-ios-icon-font-size: 1.4em !default;
|
$action-sheet-ios-icon-font-size: 1.4em !default;
|
||||||
|
|
||||||
|
|
||||||
@ -107,3 +108,7 @@ ion-action-sheet button {
|
|||||||
border-bottom-width: 0.55px;
|
border-bottom-width: 0.55px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.action-sheet-destructive{
|
||||||
|
color: $action-sheet-ios-destructive-button-text-color;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user