mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
@ -10,10 +10,10 @@ $refresher-md-text-color: $text-color !default;
|
||||
$refresher-md-native-spinner-color: #{ion-color(primary, base)} !default;
|
||||
|
||||
/// @prop - Border of the native refresher spinner
|
||||
$refresher-md-native-spinner-border: 1px solid #ececec !default;
|
||||
$refresher-md-native-spinner-border: 1px solid var(--ion-color-step-200, #ececec) !default;
|
||||
|
||||
/// @prop - Background of the native refresher spinner
|
||||
$refresher-md-native-spinner-background: white !default;
|
||||
$refresher-md-native-spinner-background: var(--ion-color-step-250, #ffffff) !default;
|
||||
|
||||
/// @prop - Box shadow of the native refresher spinner
|
||||
$refresher-md-native-spinner-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1) !default;
|
||||
|
Reference in New Issue
Block a user