fixed tooltip on dark mode

This commit is contained in:
gabryon99 2021-04-27 11:36:45 +02:00
parent a78fdb7e5d
commit 2f7145e659
2 changed files with 8 additions and 1 deletions

View file

@ -349,4 +349,11 @@ text, g text.tick {
.tagify__input {
color: #eee !important;
}
.apexcharts-tooltip .apexcharts-tooltip-title{
background-color: #414141!important;
}
.apexcharts-tooltip.apexcharts-theme-light {
background-color: rgb(32, 32, 32) !important;
}