Open manish-basargekar opened 5 months ago
@manish-basargekar I think it might be possible to update the width of the element by change the --month-input-width
variable on the html element. Not entirely sure if it does not get overwritten.
Sure, you can inspect the component with your browser's developer tools to find the relevant CSS classes. Then, you can apply any custom styles you need.
Here's an example of how I customized the styles for react-lite-month-picker:
/* react-lite-month-picker styles */ ._monthInputField_1ny07_1 { padding: 0.5rem !important; width: 100%; min-width: 0px; font-size: 20px; margin-bottom: 0rem !important; }
I couldn't found any prop or way to pass classNames in the component, I wanna update the width of the month input