Skip to content

Commit

Permalink
fix(Tag): increase left/right-side paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Dec 24, 2018
1 parent 67d7961 commit 07eb4cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Tag/Tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const theme = createComponentTheme(name, ({ COLORS }: *): * => ({
root: {
margin: 0,
height: '24px',
padding: '0 8px',
padding: '0 12px',
borderRadius: '24px',
display: 'flex',
alignItems: 'center',
Expand Down

0 comments on commit 07eb4cb

Please sign in to comment.