From 79d5d8ece755f1af06e3c02d0b3648bdb4ab9b91 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 28 Feb 2017 23:11:40 -0800 Subject: [PATCH] fix(ListView): dark skin ListView background --- app/scss/skins/dark/_list-view.scss | 3 ++- nativescript-theme-core.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/scss/skins/dark/_list-view.scss b/app/scss/skins/dark/_list-view.scss index cd7b01e..54b65a8 100644 --- a/app/scss/skins/dark/_list-view.scss +++ b/app/scss/skins/dark/_list-view.scss @@ -1,5 +1,6 @@ .list-group { - + background-color: $background; + .list-group-item { background-color: $background; } diff --git a/nativescript-theme-core.json b/nativescript-theme-core.json index ac8acff..1abfa8b 100644 --- a/nativescript-theme-core.json +++ b/nativescript-theme-core.json @@ -1,6 +1,6 @@ { "name": "nativescript-theme-core", - "version": "1.0.2", + "version": "1.0.3", "description": "Telerik NativeScript Core Theme", "author": "Telerik ", "homepage": "https://www.nativescript.org", diff --git a/package.json b/package.json index b4319ae..6c86c8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-theme-core", - "version": "1.0.2", + "version": "1.0.3", "description": "Telerik NativeScript Core Theme", "homepage": "https://www.nativescript.org", "license": "Apache-2.0",