Open Yaikava opened 4 months ago
How would I make the agenda component dark?
I figured how to make the calendar in the top part of it dark, but idk about the rest.
For the calendar putting this in the agenda theme option works.
theme
calendarBackground: 'black', dayTextColor: 'white', monthTextColor: 'white', textDisabledColor: 'grey',
I don't know how to control the style of the agenda view.
I managed to change some colors with this, but that is not all of it. (again using the theme option)
agendaDayTextColor: 'yellow', agendaDayNumColor: 'green', agendaTodayColor: 'red', agendaKnobColor: 'blue',
Can anyone please help me? Main issue is the agenda background, events names,event themselves.
Thank you
Also curious to see this as I can't switch the color of the agenda to anything but white.
For background seems to work reservationsBackgroundColor
reservationsBackgroundColor
How would I make the agenda component dark?
I figured how to make the calendar in the top part of it dark, but idk about the rest.
For the calendar putting this in the agenda
theme
option works.I don't know how to control the style of the agenda view.
I managed to change some colors with this, but that is not all of it. (again using the
theme
option)Can anyone please help me? Main issue is the agenda background, events names,event themselves.
Thank you