Skip to content

Commit

Permalink
chore: Renames/Updates border tokens (#184)
Browse files Browse the repository at this point in the history
* Renames/Updates border tokens

* Updates all the values to px
  • Loading branch information
hellofanny authored Aug 22, 2022
1 parent 83386d9 commit 54706ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/stories/refinements.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ import {
## Borders

<TokenTable title="Global Token" description="Value">
<TokenRow token="--fs-border-radius-small" value=".125rem" />
<TokenRow token="--fs-border-radius" value=".125rem" />
<TokenRow token="--fs-border-radius-medium" value=".5rem" />
<TokenRow token="--fs-border-radius-small" value="1px" />
<TokenRow token="--fs-border-radius" value="2px" />
<TokenRow token="--fs-border-radius-medium" value="8px" />
<TokenRow token="--fs-border-radius-pill" value="100px" />
<TokenRow token="--fs-border-radius-circle" value="100%" />
<TokenDivider />
Expand Down
6 changes: 3 additions & 3 deletions src/styles/global/tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ body {
--fs-transition-function : ease-in-out;

// BORDERS
--fs-border-radius-small : .125rem; // 2px
--fs-border-radius : .125rem; // 2px
--fs-border-radius-medium : .5rem; // 8px
--fs-border-radius-small : 1px;
--fs-border-radius : 2px;
--fs-border-radius-medium : 8px;
--fs-border-radius-pill : 100px;
--fs-border-radius-circle : 100%;

Expand Down

1 comment on commit 54706ff

@vercel
Copy link

@vercel vercel bot commented on 54706ff Aug 22, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.