Across many components there are mostly the same variants (default, primary etc), but there are cases where these do not fit ie;
- Default variant for button, this default should have the primary style (so default -> primary, breaking change)
- Badge, default should be a success colour (new variable), with a primary option, in most cases for success you want green not the primary
- With a tool tip, the tool tip content shouldn't always be the primary but more a neutral (like it is now... so how do we handle that?)
These are some initial thoughts, I am sure there are more opportunities for refactor here
Across many components there are mostly the same variants (default, primary etc), but there are cases where these do not fit ie;
These are some initial thoughts, I am sure there are more opportunities for refactor here