From d19edb1944a90ffbc22dde41c348bcc42ecbc77e Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 17 Dec 2015 16:20:03 -0500 Subject: [PATCH] fix(label): fix some variable names references #712 --- ionic/components/label/label.md.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ionic/components/label/label.md.scss b/ionic/components/label/label.md.scss index 18f981ad6e..79eb1e70ac 100644 --- a/ionic/components/label/label.md.scss +++ b/ionic/components/label/label.md.scss @@ -5,6 +5,7 @@ // -------------------------------------------------- $label-md-text-color: #999 !default; +$label-md-text-color-focused: map-get($colors-md, primary) !default; // Default Label @@ -37,7 +38,7 @@ ion-label { .input-focused .stacked-label, .input-focused .floating-label { - color: $text-input-md-highlight-color; + color: $label-md-text-color-focused; } .input-focused .floating-label,