From 0d4c9beaf523d145b6ee3bbfa36cf78cd2db9bed Mon Sep 17 00:00:00 2001 From: Matheus Cruz Rocha Date: Wed, 3 Feb 2016 09:12:44 -0300 Subject: [PATCH] Changing list-headers and sticky headers colors For iOS --- ionic/themes/dark.ios.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ionic/themes/dark.ios.scss b/ionic/themes/dark.ios.scss index a7e3bdf837..77881c80be 100644 --- a/ionic/themes/dark.ios.scss +++ b/ionic/themes/dark.ios.scss @@ -36,8 +36,11 @@ $list-ios-activated-background-color: #d9d9d9 !default; // iOS List header // -------------------------------------------------- $list-ios-header-color: $text-color !default; +$item-ios-divider-bg: #151515 !default; +$item-ios-divider-color: $text-color !default; + ion-list-header { - background-color: $background-ios-color; + background-color: #151515; } // iOS Item