t0gre / react-datepicker

An easily internationalizable, accessible, mobile-friendly datepicker library for the web, build with styled-components.
https://react-datepicker.netlify.com/
MIT License
331 stars 54 forks source link

dayHoverRangeBorderColor not used in Day styles #112

Open andapop opened 3 years ago

andapop commented 3 years ago

@datepicker-react/styled@2.7.0

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.