Skip to content

Commit

Permalink
fix button color
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Sep 15, 2017
1 parent 1c714e2 commit 60b0813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/buttons.less
Expand Up @@ -55,7 +55,7 @@
}

.btn-color(@bg) {
color: @text-color-selected;
color: lighten(@bg, 70%);
background-color: @bg;

&:focus,
Expand Down

0 comments on commit 60b0813

Please sign in to comment.