react-datepicker2
react-datepicker2 copied to clipboard
Customize CSS
Could you please give me an example of changing the default styles?
Thanks in advance.
hello, I have this problem too. i mean this is an amazing component but i can't even change the dafault grey border from styles. i don't know if i'm really noob or this is a very complicated project to customize. really appreciate if someone can help. thanks in advance
I have no idea that this is the best way or not, but I did change the style by overriding them like this. You can also add some custom classes to the DatePicker component and change those as well. @omidazm94 .tether-element { z-index: 1; .calendarContainer { width: 280px; padding: 5px; background-color: #242428; } }