Skip to content

Commit

Permalink
fix(vwc-datepicker): next and prev month selected weeks text color
Browse files Browse the repository at this point in the history
  • Loading branch information
YonatanKra authored Jul 6, 2021
1 parent 911bf45 commit 603614c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/datepicker/src/vwc-datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ vwc-menu {
&.prevMonthDay,
&.nextMonthDay,
&.flatpickr-disabled {
color: var(#{scheme-variables.$vvd-color-neutral-50});
color: var(#{scheme-variables.$vvd-color-neutral-50}) !important;
cursor: default;
pointer-events: none;
}
Expand Down

0 comments on commit 603614c

Please sign in to comment.