From 251dee5fd0fae01e5bdd92fb992fbea30d19c988 Mon Sep 17 00:00:00 2001 From: pikotea Date: Mon, 3 Oct 2016 17:44:06 +0900 Subject: [PATCH] fix: $text-ios-color does not works --- src/components/content/content.ios.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/content/content.ios.scss b/src/components/content/content.ios.scss index 4c0f42dfbc4..fef773e6df6 100644 --- a/src/components/content/content.ios.scss +++ b/src/components/content/content.ios.scss @@ -8,6 +8,7 @@ $content-ios-transition-background: #000 !default; .content-ios { + color: $text-ios-color; background-color: $background-ios-color; } @@ -18,7 +19,6 @@ $content-ios-transition-background: #000 !default; .content-ios hr { height: $hairlines-width; - color: $text-ios-color; background-color: rgba(0, 0, 0, .12); }