-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
DialogTextField color change for dark mode #134
Comments
@mono0926 |
You can change the theme partially like this: adaptive_dialog/example/lib/pages/alert_page.dart Lines 130 to 142 in 382f981
|
@mono0926 |
Not work in dark theme |
I have the same issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's my code for the textinputdialog:
This works great - however when the app is in dark mode it shows black text on a black background - I want to change the color of the text of the DialogTextField, the initialText to be white and hintText to have lightgray color...
How can I achieve this?
P.S. Would be good to add some more documentation regarding the package and it's configutations
The text was updated successfully, but these errors were encountered: