mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix(charts): fix legend colors for d3 charts
This commit is contained in:
parent
178be8a785
commit
96bf563e1c
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@
|
||||||
}
|
}
|
||||||
.legend-label {
|
.legend-label {
|
||||||
color: nb-theme(color-fg-heading);
|
color: nb-theme(color-fg-heading);
|
||||||
|
.active .legend-label-text {
|
||||||
|
color: nb-theme(color-fg-heading);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue