Skip to content

Commit

Permalink
test(snapshots): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
glrodasz committed Jan 7, 2022
1 parent fa70670 commit 77cfacb
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports[`Storyshots Tokens/FontSize Default 1`] = `
className="font-size"
style={
Object {
"fontSize": "10px",
"fontSize": "14px",
}
}
>
Expand All @@ -39,7 +39,7 @@ exports[`Storyshots Tokens/FontSize Default 1`] = `
<span
className="label"
>
10px
14px
</span>
</div>
</div>
Expand Down Expand Up @@ -68,7 +68,7 @@ exports[`Storyshots Tokens/FontSize Sizes 1`] = `
className="font-size"
style={
Object {
"fontSize": "10px",
"fontSize": "14px",
}
}
>
Expand All @@ -85,7 +85,7 @@ exports[`Storyshots Tokens/FontSize Sizes 1`] = `
<span
className="label"
>
10px
14px
</span>
</div>
</div>
Expand Down

1 comment on commit 77cfacb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for cero-components ready!

✅ Preview
https://cero-components-6wisicunq-glrodasz.vercel.app

Built with commit 77cfacb.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.