Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
chore: update icon story spacing to use stitches theme vars
Browse files Browse the repository at this point in the history
  • Loading branch information
lukerohanbailey committed Jan 5, 2022
1 parent f3a8df6 commit a351cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/icons/stories/Icons.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const IconContainer = styled('div', {
color: '$brandBlack',
backgroundColor: '$brandWhite',
borderRadius: '20px',
padding: '16px',
margin: '24px',
padding: '$16',
margin: '$24',
boxShadow: '0px 0px 20px rgba(0, 0, 0, 0.16)',
'& > *': {
marginBottom: '8px',
Expand Down

0 comments on commit a351cc4

Please sign in to comment.