Skip to content

Commit

Permalink
feat(Card): update default padding to 24px
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Jun 13, 2019
1 parent a8370b7 commit 38bb78d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions src/components/Card/Card.theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const offsetSizes = {
none: '0',
xs: '4px',
sm: '12px',
md: '20px',
lg: '24px',
md: '24px',
lg: '32px',
xl: '40px',
};

Expand Down Expand Up @@ -37,9 +37,9 @@ const [CardBodyTag, cardBodyTheme] = createThemeTag('cardBody', {
none: { padding: '0' },
xs: { padding: '4px' },
sm: { padding: '12px' },
md: { padding: '20px' },
lg: { padding: '24px' },
xl: { padding: '32px' },
md: { padding: '24px' },
lg: { padding: '32px' },
xl: { padding: '40px' },
},
},
});
Expand Down Expand Up @@ -94,9 +94,9 @@ const [CardHeaderTag, cardHeaderTheme] = createThemeTag('cardHeader', ({ COLORS
none: { padding: '0' },
xs: { padding: '0 4px' },
sm: { padding: '0 12px' },
md: { padding: '0 20px' },
lg: { padding: '0 24px' },
xl: { padding: '0 32px' },
md: { padding: '0 24px' },
lg: { padding: '0 32px' },
xl: { padding: '0 40px' },
},
},
}));
Expand Down

0 comments on commit 38bb78d

Please sign in to comment.