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
For our Alert component we're using the variant error, while we use danger for other components such as our Button component. It would be nice to align the two, so I would go for replacing error with danger.
Expected behaviour
Deprecate "error" variant for the Alert component & add "danger" variant instead. Use the "danger" variant inside the stories.
The text was updated successfully, but these errors were encountered:
Improvement description
For our Alert component we're using the variant
error
, while we usedanger
for other components such as our Button component. It would be nice to align the two, so I would go for replacing error with danger.Expected behaviour
Deprecate "error" variant for the Alert component & add "danger" variant instead. Use the "danger" variant inside the stories.
The text was updated successfully, but these errors were encountered: