20 lines
327 B
SCSS
Vendored
20 lines
327 B
SCSS
Vendored
.apexcharts-svg{
|
|
.apexcharts-yaxis-texts-g{
|
|
text{
|
|
fill:$secondary;
|
|
}
|
|
}
|
|
.apexcharts-xaxis-texts-g{
|
|
text{
|
|
fill:$secondary;
|
|
}
|
|
}
|
|
line{
|
|
stroke:$secondary;
|
|
}
|
|
.apexcharts-track{
|
|
path {
|
|
stroke: $secondary;
|
|
}
|
|
}
|
|
} |