Skip to content

Commit bb8eb92

Browse files
authored
fix: missing variable name (#2388)
1 parent e44717d commit bb8eb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/docs/styling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following table lists the CSS variables used by DayPicker inside the `.rdp-r
7979
| `--rdp-nav-height` | The height of the navigation bar. |
8080
| `--rdp-range_middle-background-color` | The color of the background for days in the middle of a range. |
8181
| `--rdp-range_middle-font` | The font for days in the middle of a range. |
82-
| `-- ` | The color of the text for days in the middle of a range. |
82+
| `--rdp-range_middle-foreground-color` | The color of the text for days in the middle of a range. |
8383
| `--rdp-range_start-color` | The color of the range text at the start of the range. |
8484
| `--rdp-range_start-background` | Used for the background of the start of the selected range. |
8585
| `--rdp-range_start-date-background-color` | The background color of the date at the start of the selected range. |

0 commit comments

Comments
 (0)