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
Is your feature request related to a problem? Please describe.
It's not possible to directly pass a className prop to all Matte components.
Describe the solution you'd like
Pass a className prop to all Matte components.
Describe alternatives you've considered
The only way to do this now is to wrap a Matte component with another valid JSX element, which is not that convenient.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It's not possible to directly pass a
className
prop to all Matte components.Describe the solution you'd like
Pass a
className
prop to all Matte components.Describe alternatives you've considered
The only way to do this now is to wrap a Matte component with another valid JSX element, which is not that convenient.
The text was updated successfully, but these errors were encountered: