Skip to content

Commit

Permalink
fix(chartist): fix label color for cirle charts
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaSkywalker authored and KostyaDanovsky committed May 13, 2016
1 parent c52bbb0 commit 202005b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/app/_chartsPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
.ct-label{
color: $default-text;
opacity: 0.9;
fill: rgba(255,255,255,.9);
fill: $default-text;
}

.ct-chart .ct-label{
Expand Down

0 comments on commit 202005b

Please sign in to comment.