fix(d3): use updated theme variables

This commit is contained in:
Sergey Andrievskiy 2019-06-21 23:09:23 +03:00
parent 82f0022ace
commit 94773b7004

View file

@ -13,25 +13,21 @@
::ng-deep {
.pie-label {
fill: nb-theme(color-fg-heading);
}
.grid-line-path {
stroke: nb-theme(separator);
fill: nb-theme(text-basic-color);
}
text {
fill: nb-theme(color-fg-heading);
fill: nb-theme(text-hint-color);
}
.chart-legend {
.legend-labels {
background: nb-theme(color-bg);
background: nb-theme(background-basic-color-2);
}
.legend-label {
color: nb-theme(color-fg-heading);
color: nb-theme(text-hint-color);
.active .legend-label-text {
color: nb-theme(color-fg-heading);
color: nb-theme(text-basic-color);
}
}
}