Ensure chart axis labelling fits the current theme
This commit is contained in:
parent
078b1df1d6
commit
2834a02ef4
|
@ -26,6 +26,8 @@
|
|||
}
|
||||
div :global(.apexcharts-text.apexcharts-xaxis-title-text),
|
||||
div :global(.apexcharts-text.apexcharts-yaxis-title-text),
|
||||
div :global(.apexcharts-text.apexcharts-xaxis-label),
|
||||
div :global(.apexcharts-text.apexcharts-yaxis-label),
|
||||
div :global(.apexcharts-title-text) {
|
||||
fill: var(--spectrum-global-color-gray-600);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue