Next.js Discord

Discord Forum

styling the background of a Mantine DateInput

Unanswered
White Swiss Shepherd Dog posted this in #help-forum
Open in Discord
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:
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.

0 Replies