Fingertips18 / scroll-wheel-date-picker

A Flutter package for a scrollable and flat perspective wheel-type date picker like in TikTok.
https://pub.dev/packages/scroll_wheel_date_picker
MIT License
4 stars 6 forks source link

Remove default text color #2

Closed LeonManolo closed 5 months ago

LeonManolo commented 6 months ago

https://github.com/Fingertips18/scroll-wheel-date-picker/blob/7c95c1f0ed25947b341f86d646ee1bb51b7bf29a/lib/src/constants/theme_constants.dart#L20

Just a really small change :). The default text color is white even in light mode. By removing this line the text takes the default app theme text color and it looks perfect in dark and light mode.

Fingertips18 commented 5 months ago

@LeonManolo I forgot to make the textStyle optional. I created an update, and it is now fixed.