1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-21 04:52:21 +04:00

fix #1273 - datepicker background color broken

This commit is contained in:
codecalm
2022-10-07 11:53:57 +02:00
parent 80f8673a0c
commit 592eca2bee
+1 -1
View File
@@ -9,7 +9,7 @@
--litepicker-is-end-color-bg: #{ var(--#{$prefix}primary) };
--litepicker-is-today-color: #{ var(--#{$prefix}primary) };
--litepicker-month-header-color: var(--#{$prefix}body-color);
--litepicker-container-months-color-bg: var(--#{$prefix}card-bg);
--litepicker-container-months-color-bg: var(--#{$prefix}bg-surface);
font: inherit;
user-select: none;