yurkinh / Plugin.Maui.Calendar

.NET MAUI port of XF calendar plugin
MIT License
142 stars 13 forks source link

Wrong day text color when deselected #86

Closed poochie89 closed 1 month ago

poochie89 commented 2 months ago

When the selected date has an event and is selected, it does go black after deselection. For days with no event this does not happen.

See the video below

https://github.com/user-attachments/assets/1e4ce45b-f141-4789-86b4-30b399eec740

yurkinh commented 2 months ago

Hi @poochie89 Thanks for reporting an issue. I will take a look at this bug in the next few days. Video is very helpful

MykhailoDav commented 1 month ago

Hi @poochie89

I looked into your problem and found out that there is a small bug in the Calendar, I will think about how to solve it properly and make a pull request.

As a temporary solution, you can set the color of the EventIndicatorTextColor property to the same as DeselectedDayTextColor property!

MykhailoDav commented 1 month ago

Hi @poochie89, Please let me know if my answer helped you!

poochie89 commented 1 month ago

Yes workaround did the job

MykhailoDav commented 1 month ago

Excellent, so if you are satisfied with the help, you can close the issue