We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@datepicker-react/[email protected]
The color dayHoverRangeBorderColor is not being used in the styles. It is defined here, on line 281 https://github.com/tresko/react-datepicker/blob/master/packages/styled/src/components/Day/Day.tsx
dayHoverRangeBorderColor
and should be used on line 295, in the function that returns the border color. Instead the dayHoverRangeColor is used.
dayHoverRangeColor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@datepicker-react/[email protected]
The color
dayHoverRangeBorderColor
is not being used in the styles.It is defined here, on line 281
https://github.com/tresko/react-datepicker/blob/master/packages/styled/src/components/Day/Day.tsx
and should be used on line 295, in the function that returns the border color. Instead the
dayHoverRangeColor
is used.The text was updated successfully, but these errors were encountered: