Skip to content

Commit

Permalink
fix(button): remove full size variant
Browse files Browse the repository at this point in the history
Unreleased size variant, full, left over from expreimenting with full-width.
  • Loading branch information
stuarthendren committed Aug 23, 2021
1 parent 1c498ee commit cb3188b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ export const sizeVariants = {
paddingRight: '$6',
height: '$7',
},
full: {
width: '100%',
paddingLeft: '$6',
paddingRight: '$6',
height: '$7',
},
}

export const buttonBaseStyle = {
Expand Down

0 comments on commit cb3188b

Please sign in to comment.