Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to mark current day #28

Closed
damiandudycz opened this issue Jul 7, 2023 · 2 comments
Closed

Possibility to mark current day #28

damiandudycz opened this issue Jul 7, 2023 · 2 comments

Comments

@damiandudycz
Copy link

I would love to see the feature to customize the look of current day in the month view. I didn't find anything related in the configuration. Do you think you could add that feature?

@ilia3546
Copy link
Contributor

ilia3546 commented Jul 7, 2023

Hello! You can customize view of the selected day via FastisConfig.DayCell object. For example:

FastisConfig.default.dayCell.dateLabelColor = .black
FastisConfig.default.dayCell.selectedLabelColor = .green

You can find the full list of available properties there

@ilia3546
Copy link
Contributor

Resolved in PR #36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants