mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 19:00:13 +01:00
fix(d3): use updated theme variables
This commit is contained in:
parent
82f0022ace
commit
94773b7004
1 changed files with 5 additions and 9 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue