GaspardMerten / date_field

Flutter DateField and DateFormField
Other
45 stars 32 forks source link

exposed styling to cupertionOptions api and applied to action labels #60

Closed david-legend closed 5 months ago

david-legend commented 5 months ago

I have been trying to style the save button on the picker. There's no styling exposed in the API and I can't see to find which theme color affecting it.

Here's a fix to it.

GaspardMerten commented 5 months ago

Hello @david-legend,

Could you please review your PR to only change what's needed? It seems you reformatted the whole document making it time-consuming to review your PR.

GaspardMerten commented 5 months ago

This is now possible in version 4.1.0 of the package.

david-legend commented 5 months ago

Thanks a lot for making the changes. I didn't see this message early. I would have fixed the formatting issue.

But thanks for the update.