react-datepicker icon indicating copy to clipboard operation
react-datepicker copied to clipboard

Is there any way to create a border radius effect on the input??

Open solmartinezp opened this issue 4 years ago • 2 comments

Is it possible to add a border radius to the input where the final selected dates are shown?

solmartinezp avatar Oct 13 '21 14:10 solmartinezp

Hi @solmartinezp are you using the styled package or the hooks directly? If you're using the styled package there are a few theme tokens you might find useful. Perhaps one of dateRangeBorderRadius, datepickerBorderRadius or inputLabelBorderRadius?

Theme props are here

t0gre avatar Oct 25 '21 09:10 t0gre

Theme props are here https://github.com/tomgreenwood1/react-datepicker/blob/master/docs/THEME_PROPS.md

dmmz avatar Jun 29 '22 07:06 dmmz