Closed chris-cedrone-cengage closed 5 days ago
Describe the bug StyledButton is missing styling for 'success' in default mode.
To Reproduce Steps to reproduce the behavior:
example.tsx
Expected behavior An addition for 'success' needs to be added to line 260 in styles.ts within the StyledButton component.
styles.ts
StyledButton
Screenshots
This is working as expected, it was just an issue with CS pointing at an old version. All set!
Describe the bug StyledButton is missing styling for 'success' in default mode.
To Reproduce Steps to reproduce the behavior:
example.tsx
notice ButtonColor.success isn't defined.Expected behavior An addition for 'success' needs to be added to line 260 in
styles.ts
within theStyledButton
component.Screenshots