Skip to content

Commit

Permalink
Merge pull request #11 from blue-tomato/develop
Browse files Browse the repository at this point in the history
0.1.5
  • Loading branch information
roman-16 authored Jul 29, 2024
2 parents 5807dcf + 3138303 commit 9c0f065
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blue-tomato/blueto",
"version": "0.1.4",
"version": "0.1.5",
"license": "EUPL-1.2",
"description": "🪐 BLUETO - the design system of Blue Tomato",
"homepage": "https://blueto.blue-tomato.com",
Expand Down
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 9c0f065

Please sign in to comment.