Skip to content
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

Font size? #5

Open
mchallenger88 opened this issue Oct 21, 2019 · 1 comment
Open

Font size? #5

mchallenger88 opened this issue Oct 21, 2019 · 1 comment

Comments

@mchallenger88
Copy link

Is there a way to change the font size of text in the snackbar?

@bradmartin
Copy link
Collaborator

Nothing is currently exposed to support this. I believe it's possible on android by grabbing the textview instance in the snackbar but I'd have to double check. I think we grab the instance to support multi-line snackbar on android. So it's possible to do similar for font-size if you'd like to help with a PR there I can answer any Qs.

On iOS I'd have to look at the cocoapod and see what it exposes currently, if nothing then we'd have to do similar approach and find the UIView to apply changes to it or modify the pod to support this directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants