aboveyunhai / chakra-dayzed-datepicker

Chakra UI + Dayzed = datepicker
https://aboveyunhai.github.io/chakra-dayzed-datepicker/
MIT License
222 stars 46 forks source link

Is there a way to change the selected color from purple to blue? #58

Closed SohamGovande closed 1 year ago

SohamGovande commented 1 year ago

Hello! I'm trying to change the color scheme of the entire component to blue, but the onHover state isn't following the scheme - any idea how I can customize the background from purple to blue?

Here are the props I'm passing right now:

dayOfMonthBtnProps: {
  isInRangeBtnProps: {
    background: "blue.100",
  },
  selectedBtnProps: {
    background: "blue.200",
  },
  todayBtnProps: {
    background: "blue.400",
  },
  defaultBtnProps: {
    background: "white",
  }
},
Screenshot 2023-07-06 at 9 55 14 PM