Update chart data labels to white

This commit is contained in:
Andrew Kingston 2022-04-04 09:14:56 +01:00
parent 8e46e4b514
commit 753878c0dd
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
color: var(--spectrum-global-color-gray-700) !important;
}
div :global(.apexcharts-datalabel) {
fill: var(--spectrum-global-color-gray-800);
fill: white;
}
div :global(.apexcharts-tooltip) {
background-color: var(--spectrum-global-color-gray-200) !important;