Skip to content

Commit

Permalink
Fix border radius on OSX Chrome (and maybe others)
Browse files Browse the repository at this point in the history
  • Loading branch information
dummerbd committed Apr 14, 2017
1 parent b6ae7e5 commit 48e894d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Input/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const styleSheet = createStyleSheet('MuiInput', (theme) => {
font: 'inherit',
padding: '6px 0',
border: 0,
borderRadius: 0,
display: 'block',
verticalAlign: 'middle',
whiteSpace: 'normal',
Expand Down

0 comments on commit 48e894d

Please sign in to comment.