Skip to content

Commit

Permalink
fix: missing variable name (#2388)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahata authored Aug 19, 2024
1 parent e44717d commit bb8eb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/styling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The following table lists the CSS variables used by DayPicker inside the `.rdp-r
| `--rdp-nav-height` | The height of the navigation bar. |
| `--rdp-range_middle-background-color` | The color of the background for days in the middle of a range. |
| `--rdp-range_middle-font` | The font for days in the middle of a range. |
| `-- ` | The color of the text for days in the middle of a range. |
| `--rdp-range_middle-foreground-color` | The color of the text for days in the middle of a range. |
| `--rdp-range_start-color` | The color of the range text at the start of the range. |
| `--rdp-range_start-background` | Used for the background of the start of the selected range. |
| `--rdp-range_start-date-background-color` | The background color of the date at the start of the selected range. |
Expand Down

0 comments on commit bb8eb92

Please sign in to comment.