Skip to content

Commit

Permalink
create fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Banshee-92 committed Oct 2, 2023
1 parent eb64a58 commit 4bb2e7b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@
"x": "0",
"y": "0",
"blur": "0",
"spread": "3",
"spread": "2",
"color": "{core.color.primary.300}",
"type": "dropShadow"
},
Expand Down Expand Up @@ -2784,6 +2784,10 @@
"subtle": {
"value": "{global.border.color.line.subtle}",
"type": "color"
},
"negative": {
"value": "{global.border.color.negative.default}",
"type": "color"
}
},
"radius": {
Expand All @@ -2805,7 +2809,7 @@
"padding": {
"vertical": {
"md": {
"value": "7px",
"value": "{badge.spacing.padding.md}",
"type": "spacing"
},
"sm": {
Expand Down Expand Up @@ -2892,7 +2896,7 @@
"03": {
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.light}",
"fontWeight": "{core.font.weight.regular}",
"lineHeight": "{core.font.lineHeight.200}px",
"fontSize": "{core.font.size.75}px"
},
Expand All @@ -2916,10 +2920,6 @@
"value": "{global.content.color.negative.default}",
"type": "color"
}
},
"typo": {
"value": "{global.content.typo.caption}",
"type": "typography"
}
}
},
Expand Down Expand Up @@ -4587,7 +4587,7 @@
"default": {
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.light}",
"fontWeight": "{core.font.weight.medium}",
"lineHeight": "{core.font.lineHeight.200}",
"fontSize": "{core.font.size.75}"
},
Expand All @@ -4596,7 +4596,7 @@
"hover": {
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.light}",
"fontWeight": "{core.font.weight.medium}",
"lineHeight": "{core.font.lineHeight.200}",
"fontSize": "{core.font.size.75}",
"textDecoration": "underline"
Expand Down Expand Up @@ -4642,7 +4642,7 @@
"typo": {
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.light}",
"fontWeight": "{core.font.weight.medium}",
"lineHeight": "{core.font.lineHeight.200}",
"fontSize": "{core.font.size.75}"
},
Expand Down Expand Up @@ -4809,7 +4809,7 @@
"typo": {
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.light}",
"fontWeight": "{core.font.weight.medium}",
"lineHeight": "{core.font.lineHeight.300}px",
"fontSize": "{core.font.size.75}px"
},
Expand Down

0 comments on commit 4bb2e7b

Please sign in to comment.