Skip to content

Commit

Permalink
feat #275 - Fix Accordion header padding
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-dassana committed Apr 1, 2021
1 parent 46c212d commit 8df4296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Accordion/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const useStyles = createUseStyles({
title: { color: themes[light].primary, marginLeft: spacing['s+'] },
titleWrapper: {
display: 'flex',
padding: spacing.s,
padding: spacing['s+'],
paddingLeft: 0
},
// eslint-disable-next-line sort-keys
Expand Down

0 comments on commit 8df4296

Please sign in to comment.