Skip to content

Commit

Permalink
build(style): fix vars in style.module.css
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Nov 2, 2024
1 parent b091985 commit 0c93f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

--rdp-day_button-border-radius: 100%; /* The border radius of the day cells. */
--rdp-day_button-border: 2px solid transparent; /* The border of the day cells. */
--rdp-day_button-height: var(--rdp-day-width); /* The height of the day cells. */
--rdp-day_button-width: var(--rdp-day-height); /* The width of the day cells. */
--rdp-day_button-height: var(--rdp-day-height); /* The height of the day cells. */
--rdp-day_button-width: var(--rdp-day-width); /* The width of the day cells. */

--rdp-selected-border: 2px solid var(--rdp-accent-color); /* The border of the selected days. */
--rdp-selected-font: bold large var(--rdp-font-family); /* The font of the selected days. */
Expand Down

0 comments on commit 0c93f13

Please sign in to comment.