mirror of https://github.com/akveo/blur-admin
fix(chartist): fix label color for cirle charts
parent
c52bbb091a
commit
202005bccb
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue