From f2919443350b291d08879601d07e12a112b8188f Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Fri, 2 Oct 2015 10:09:46 -0500 Subject: [PATCH] fix(button): include primary as a CSS definition --- ionic/components/button/button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/button/button.scss b/ionic/components/button/button.scss index ee120420a8..a89c8b3f2a 100644 --- a/ionic/components/button/button.scss +++ b/ionic/components/button/button.scss @@ -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}] {