acro5piano / react-native-big-calendar

gcal/outlook like calendar component for React Native
https://react-native-big-calendar.vercel.app
MIT License
420 stars 138 forks source link

feat: event cell text color #1023

Closed yuan9090 closed 2 months ago

yuan9090 commented 3 months ago

Add two props eventCellTextColor, allDayEventCellTextColor. these props can override event text color.

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-native-big-calendar ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 19, 2024 2:42pm
acro5piano commented 2 months ago

Sorry I missed this PR completely. Using theme sounds enough, but I understand lots of people prefers more simple way to accomplish to change these texts. Anyway this PR should be merged although some future refactoring is definitely needed.

acro5piano commented 2 months ago

@yuan9090 Thank you!