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
As a developer
I want the Button Textarea component to import the global styles object (overriding where necessary)
So that individual components are DRYer
Tasks (How)
import the styles object into the Textarea component and spread it
delete Textarea styling that's the same as the global styles
The text was updated successfully, but these errors were encountered:
Description
As a developer
I want the Button
Textarea
component to import the global styles object (overriding where necessary)So that individual components are DRYer
Tasks (How)
styles
object into theTextarea
component and spread itTextarea
styling that's the same as the global stylesThe text was updated successfully, but these errors were encountered: