You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
Can (or will) I be able to style something like a
TextField
using Mix? Can I access design tokens outside of aBuildContext
, or within theBuildContext
of a standard widget?The text was updated successfully, but these errors were encountered: