Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c462b5

Browse files
author
Sandro Tajè
committedMar 9, 2017
color fix
1 parent 57acfd1 commit 5c462b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-uikit",
3-
"version": "1.1.14",
3+
"version": "1.1.16",
44
"description": "Angular Uikit binding",
55
"main": "./dist/angular-uikit.min.js",
66
"scripts": {

Diff for: ‎src/angular-uikit-jsontableform.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818

1919
.uk-button-primary:active, .uk-button-primary.uk-active {
20-
background-color: darken($color-primary, 10%);
20+
background-color: darken($color-primary, 3%);
2121
color: #fff;
2222
}
2323

0 commit comments

Comments
 (0)
Please sign in to comment.