mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
fix(button): include primary as a CSS definition
This commit is contained in:
@ -143,7 +143,7 @@ a[button] {
|
||||
// Generate Default Button Colors
|
||||
// --------------------------------------------------
|
||||
|
||||
@each $color, $value in auxiliary-colors() {
|
||||
@each $color, $value in $colors {
|
||||
|
||||
button[#{$color}],
|
||||
[button][#{$color}] {
|
||||
|
Reference in New Issue
Block a user