Fix color and size of chart tooltips

This commit is contained in:
Andrew Kingston 2022-04-04 10:56:06 +01:00
parent 00097ad2d7
commit 3e4ab1cc64
1 changed files with 8 additions and 0 deletions

View File

@ -45,4 +45,12 @@
background-color: var(--spectrum-global-color-gray-100) !important;
border-color: var(--spectrum-global-color-gray-300) !important;
}
div :global(.apexcharts-theme-dark .apexcharts-tooltip-text) {
color: white;
}
div
:global(.apexcharts-theme-dark
.apexcharts-tooltip-series-group.apexcharts-active) {
padding-bottom: 0;
}
</style>