Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
fix: Fix button padding and font sizes (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikshestopal authored May 21, 2020
1 parent 5a40a43 commit ee1ca62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,19 +230,19 @@ export default (customTheme = {}) => {
sizes: {
Button: {
sm: {
fontSize: 14,
fontSize: 16,
height: 32,
padding: '0 12px',
padding: '0 8px',
},
md: {
fontSize: 16,
height: 40,
padding: '0 16px',
padding: '0 12px',
},
lg: {
fontSize: 16,
height: 48,
padding: '0 20px',
padding: '0 16px',
},
},
Badge: {
Expand Down

0 comments on commit ee1ca62

Please sign in to comment.