Skip to content

Commit

Permalink
fix #1273 - datepicker background color broken
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Oct 7, 2022
1 parent 80f8673 commit 592eca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/vendor/_litepicker.scss
Expand Up @@ -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;

Expand Down

0 comments on commit 592eca2

Please sign in to comment.