style(next): fix the tooltip background color on the light color scheme

This commit is contained in:
Adorian Doran 2024-12-04 20:20:35 +02:00
parent d5ff354e2f
commit d1ef08c7cc

View File

@ -193,7 +193,7 @@
--calendar-day-highlight-background: #80808024;
--tooltip-border-color: transparent;
--tooltip-background-color: rgba(0, 0, 0, 0.8);
--tooltip-background-color: rgba(255, 255, 255, 0.8);
--tooltip-foreground-color: #fff;
}