zulfahmi93 / month-year-picker

Material picker for selecting month and year.
MIT License
16 stars 119 forks source link

No easy way to configure styles #41

Closed dko-orion closed 2 months ago

dko-orion commented 2 months ago

Hi!

In my application I want to configure style of month texts like fonts, font size and etc. and as I can see only way is to use monthStylePredicate that returns ButtonStyle, it's work fine, but I can't see easy way to configure selected style appearing, because I do not have access to enabled status.

Is there solution for this issue? Maybe I missing TextButton.styleFrom() configuration?