-
Notifications
You must be signed in to change notification settings - Fork 1
Refactor buttons #71
Copy link
Copy link
Open
Labels
Description
The buttons need to be refactored to be easier to use and conform to the design system. There isn't a need to make them dynamic but we do need to be able to override styles from the consumer (const NewButton = styled(Button)).
https://www.figma.com/file/bUBZY5aVyXYdedy2wCtDxr/Oxygen-Core?node-id=0%3A844
This might require the creation of a more elaborate and descriptive naming convention:
Primary, Secondary, Outline, Text
with props like noShadow, icon, disabled etc.
Reactions are currently unavailable