Skip to content

Commit

Permalink
style(DatePicker): [BLA-996] Update font color for the month view and…
Browse files Browse the repository at this point in the history
… year view
  • Loading branch information
vishwapriya committed Oct 23, 2024
1 parent 992ac59 commit a0734b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
font-weight: var(--b2b-font-weight-normal);
background-color: var(--b2b-color-grey-25);
font-size: var(--b2b-size-35);
color: var(--b2b-color-black-100);

&:hover {
cursor: pointer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
font-weight: var(--b2b-font-weight-normal);
background-color: var(--b2b-color-grey-25);
font-size: var(--b2b-size-35);
color: var(--b2b-color-black-100);

&:hover {
cursor: pointer;
Expand Down

0 comments on commit a0734b3

Please sign in to comment.