Fix color and size of chart tooltips

This commit is contained in:
Andrew Kingston 2022-04-04 10:56:06 +01:00
parent 6afb096eb8
commit ae7117f744
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>