Skip to content

Commit

Permalink
fix(atoms): fix Button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ej9x committed Jun 13, 2018
1 parent 445d2f8 commit 6e39139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atoms/Button/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const StyledTag = createStyledTag(name, props => ({

...getThemeStyle(props, name).button,

borderType: 'solid',
borderStyle: 'solid',
borderWidth: '1px',
borderColor: getBorderColor(props),
backgroundColor: getBackgroundColor(props),
Expand Down

0 comments on commit 6e39139

Please sign in to comment.