Skip to content

Commit

Permalink
fix: typo in css rdp-hidden module css (#2307)
Browse files Browse the repository at this point in the history
fix: type in css rdp-hidden module css
  • Loading branch information
ayuhito authored Jul 25, 2024
1 parent 5d42b37 commit e7bbb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@

.hidden {
visibility: hidden;
color: var(end-range_start-color);
color: var(--rdp-range_start-color);
}

.range_start {
Expand Down

0 comments on commit e7bbb9b

Please sign in to comment.