-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
The Demo button is the primary color and is the variant "contained". Buttons that are "contained" and the primary color on the color palette should be reserved for main call-to-actions on the screen. In this case, "Search" is the primary CTA, so it should be the primary color and "contained", whereas the Demo button should be switched to "outlined". This is a simple fix - change the variant to outlined where the button is defined. The color can either stay primary or be switched to secondary. The main culprit here is the variant being "contained"
Reactions are currently unavailable