Skip to content

Commit

Permalink
fix(ListView): dark skin ListView background
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Mar 1, 2017
1 parent 3ddb0c8 commit 79d5d8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/scss/skins/dark/_list-view.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.list-group {

background-color: $background;

.list-group-item {
background-color: $background;
}
Expand Down
2 changes: 1 addition & 1 deletion nativescript-theme-core.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-theme-core",
"version": "1.0.2",
"version": "1.0.3",
"description": "Telerik NativeScript Core Theme",
"author": "Telerik <[email protected]>",
"homepage": "https://www.nativescript.org",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 79d5d8e

Please sign in to comment.