-
Notifications
You must be signed in to change notification settings - Fork 106
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
Fontsize Up #75
Comments
Looks like this specifically is stopping the text size from being controlled via the textTheme. For the short term (and easy solution) you could mark all of your messages as Here is an example controlling all of the text:
**** Caveats the mentions will still be small in this case. It may be worthwhile adding a |
I guess, instead of overwriting the style it could use the Theme data and only override what we need? |
The biggest offender here is that
But yeah. I am a fan of only overriding what is needed. For what it is worth, I removed the style from |
Did you try something like that:
Not sure which textTheme style should be picked though I think this, or what you did, is the way to go |
Or we just add a |
I did not but I don't see why this wouldn't work. If we want to keep in with allowing theme to control most things this is probably the best route. There is also a In the app I maintain that implements Dash Chat we use the builders in places where the default sizes would otherwise be used. So it doesn't currently effect my use cases. |
Hello, I wanted to reach out to see if I could maybe get some help on an issue regarding changing the style of the text in the messages dash chat2 generates. In our project we are using dash chat2 to help connect senior citizens with other users of the app; to make it more accessible we wanted to be able to increase the font size for all text fields on the chat widget. I'm having trouble figuring out how to implement those properties. Would you maybe be willing to provide a quick example or some pointers on how to do so?
The text was updated successfully, but these errors were encountered: