Skip to content

Commit

Permalink
feat(tokens): update configs for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkaaa committed Jul 19, 2024
1 parent 8f4b75b commit 5ec5b41
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,16 @@ exports[`defaultTokens should match snapshot 1`] = `
"borderColorTableHead": "#BAC7D5",
"borderColorTag": "#BAC7D5",
"borderColorTagFocus": "#0172CB",
"borderRadius100": "4px",
"borderRadius150": "6px",
"borderRadius300": "12px",
"borderRadius400": "16px",
"borderRadius50": "2px",
"borderRadiusBadge": "12px",
"borderRadiusCircle": "50%",
"borderRadiusFull": "9999px",
"borderRadiusLarge": "6px",
"borderRadiusNone": "0",
"borderRadiusNormal": "3px",
"borderRadiusSmall": "2px",
"borderStyleCard": "solid",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ exports[`orbitPreset should have preflight disabled 1`] = `
},
"theme": {
"borderRadius": {
"100": "4px",
"150": "6px",
"300": "12px",
"400": "16px",
"50": "2px",
"circle": "50%",
"full": "9999px",
"large": "6px",
Expand Down Expand Up @@ -1054,6 +1059,11 @@ exports[`orbitPreset should have preflight disabled 1`] = `
"95": "0.95",
},
"borderRadius": {
"100": "4px",
"150": "6px",
"300": "12px",
"400": "16px",
"50": "2px",
"badge": "12px",
"circle": "50%",
"dialog-desktop": "9px",
Expand Down

0 comments on commit 5ec5b41

Please sign in to comment.