styling the background of a Mantine DateInput
Unanswered
White Swiss Shepherd Dog posted this in #help-forum
White Swiss Shepherd DogOP
I'm going crazy trying to figure out how to change the background color of the DateInput for the dark coloring scheme. I've tried:
but it only sets blue and green. What's the option to change the background of the rest of the calendar? dropdown doesn't seem to work.
DateInput: {
styles: {
dropdown: { backgroundColor: "red" },
calendarHeader: { backgroundColor: "blue" },
month: { backgroundColor: "green" }
}
}
but it only sets blue and green. What's the option to change the background of the rest of the calendar? dropdown doesn't seem to work.