I would like to change the background color of the day picker but I can't seem to find a way. Here is my code:
.DayPicker-wraper {
background-color: black;
}
<DayPickerInput
placeholder={"Date..."}
onDayChange={day => setNewDate(day)}
/>
And here is the DOM structure for the day picker