Skip to content

Commit

Permalink
update color name
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman committed Jul 29, 2024
1 parent 8f3eeb9 commit 3138303
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/stories/foundations/ColorsStory/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ const ColorsStory = () => (
</div>

<div className={classes.row}>
<ColorTile color="#ffde00" name="$green-1" />
<ColorTile color="#ffde00" name="$green-2" />
<ColorTile color="#ffde00" name="$green-3" />
<ColorTile color="#fffad9" name="$green-4" />
<ColorTile color="#ffde00" name="$yellow-1" />
<ColorTile color="#ffde00" name="$yellow-2" />
<ColorTile color="#ffde00" name="$yellow-3" />
<ColorTile color="#fffad9" name="$yellow-4" />
</div>

<div className={classes.row}>
Expand Down

0 comments on commit 3138303

Please sign in to comment.