flyonui
Version:
The easiest, free and open-source Tailwind CSS component library with semantic classes.
14 lines (11 loc) • 396 B
CSS
.apexcharts-tooltip-series-group.apexcharts-active {
@apply !pb-0;
}
.apexcharts-tooltip.apexcharts-theme-light,
.apexcharts-tooltip.apexcharts-theme-dark {
@apply !bg-base-100 !border-none !shadow;
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title,
.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
@apply !bg-base-100 !border-base-content/20;
}