Agenda dark theme props?
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.
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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.