Skip to content

Commit

Permalink
fix(box): remove spacing, suggestion from @denilsonrp
Browse files Browse the repository at this point in the history
Co-authored-by: Denilson <[email protected]>
  • Loading branch information
schirrel and denilsonrp authored Aug 9, 2023
1 parent e173004 commit 8a236a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tokens/stories/components/Box.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const Box = ({ elevation, borderRadius }) => {
padding: 'var(--spacing-base)',
width: 'var(--spacing-xgiant)',
font: 'var(--text-badge)',
fontWeight: 'var(--font-weight-regular) ',
fontWeight: 'var(--font-weight-regular)',
justifyContent: 'center',
alignItems: 'center',
textAlign: 'center',
Expand Down

0 comments on commit 8a236a6

Please sign in to comment.