flutter_stripe
flutter_stripe copied to clipboard
CardField text color seems to be hard coded to black on Web
Describe the bug
The CardField text color seems to be hard coded to black. It ignores any text style applied to it. I saw https://github.com/flutter-stripe/flutter_stripe/issues/541 and it seems to have been fixed at one point but regressed?
To Reproduce Steps to reproduce the behavior:
- Enter any number into the cardfield.
- Note that the text is black
- Changing the text style does nothing
Expected behavior The text of the card field should respect the textstyle.
Smartphone / tablet
- OS: Web (Chrome)
- Package version: flutter_stripe: ^10.0.0 , flutter_stripe_web: ^5.0.0
- Flutter version: 3.16.5
Additional context Add any other context about the problem here.
Any updates?
As a workaround, I used white color for the background 😂 No updates