Skip to content

Commit

Permalink
chore: add vertical spacers
Browse files Browse the repository at this point in the history
  • Loading branch information
booc0mtaco committed May 26, 2023
1 parent 21a1fb0 commit ec0a511
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .storybook/components/DesignTokens/Tier1/Colors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ export class Tier1Colors extends Component {

<Section title="Other Colors">
<ColorList listItems={filterTokens(`eds-color-other-mint`)} />
<div className="p-3"></div>
<ColorList listItems={filterTokens(`eds-color-other-yellow`)} />
<div className="p-3"></div>
<ColorList listItems={filterTokens(`eds-color-other-lemon`)} />
<div className="p-3"></div>
<ColorList listItems={filterTokens(`eds-color-other-orange`)} />
<div className="p-3"></div>
<ColorList listItems={filterTokens(`eds-color-other-ruby`)} />
</Section>
</div>
Expand Down

0 comments on commit ec0a511

Please sign in to comment.