fix(chartist): fix label color for cirle charts

pull/46/head
alex 2016-04-26 19:31:15 +03:00 committed by kostya.danovsky
parent c52bbb091a
commit 202005bccb
1 changed files with 1 additions and 1 deletions

View File

@ -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{