Skip to content

Commit

Permalink
fix(Button): disable text selection
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Sep 3, 2018
1 parent b8dd374 commit 493d39a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/atoms/Button/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ const StyledTag = createStyledTag(name, props => ({
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
userSelect: 'none',

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

Expand Down

0 comments on commit 493d39a

Please sign in to comment.