refactor(component): update design to match the modes more

This commit is contained in:
Brandy Carney
2018-03-20 15:54:33 -04:00
parent 97dc113a9f
commit e19b2142c5
13 changed files with 82 additions and 46 deletions

View File

@ -39,6 +39,12 @@ $button-ios-border-radius: 8px !default;
/// @prop - Font size of the button text
$button-ios-font-size: 16px !default;
/// @prop - Font weight of the button text
$button-ios-font-weight: 500 !default;
/// @prop - Letter spacing of the button text
$button-ios-letter-spacing: -.03em !default;
/// @prop - Background color of the button
$button-ios-background-color: ion-color($colors-ios, primary, base, ios) !default;