Skip to content

Commit

Permalink
Removing style prop from button-base.js
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Nov 9, 2022
1 parent 5780bcc commit 0dda7c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/components/component-library/button-base/button-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ ButtonBase.propTypes = {
* Possible values could be 'SIZES.AUTO', 'SIZES.SM'(32px), 'SIZES.MD'(40px), 'SIZES.LG'(48px),
*/
size: PropTypes.oneOf(Object.values(BUTTON_BASE_SIZES)),
/**
* Addition style properties to apply to the button.
*/
style: PropTypes.object,
/**
* ButtonBase accepts all the props from Box
*/
Expand Down

0 comments on commit 0dda7c3

Please sign in to comment.