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

Use in decorating existing widgets? #30

Closed
oravecz opened this issue Jan 2, 2022 · 1 comment
Closed

Use in decorating existing widgets? #30

oravecz opened this issue Jan 2, 2022 · 1 comment

Comments

@oravecz
Copy link

oravecz commented Jan 2, 2022

Can (or will) I be able to style something like a TextField using Mix? Can I access design tokens outside of a BuildContext, or within the BuildContext of a standard widget?

@leoafarias
Copy link
Member

To allow for mixing a TextField we might have to create it as a headless widget, to keep it outside of basic primitives. Design tokens can be accessed outside of BuildContext.

I will close this ticket and keep track of the TextField on #46

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