Skip to content

Commit

Permalink
Aadidos los px que faltaban en las tipos y nuevos tokens de los badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
Banshee-92 committed Oct 27, 2023
1 parent 398d3bd commit 6d3f824
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.regular}",
"lineHeight": "{core.font.lineHeight.200}",
"lineHeight": "{core.font.lineHeight.200}px",
"fontSize": "{core.font.size.75}px"
},
"type": "typography"
Expand All @@ -1038,7 +1038,7 @@
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.medium}",
"lineHeight": "{core.font.lineHeight.200}",
"lineHeight": "{core.font.lineHeight.200}px",
"fontSize": "{core.font.size.75}px"
},
"type": "typography"
Expand All @@ -1047,7 +1047,7 @@
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.semiBold}",
"lineHeight": "{core.font.lineHeight.200}",
"lineHeight": "{core.font.lineHeight.200}px",
"fontSize": "{core.font.size.75}px"
},
"type": "typography"
Expand All @@ -1056,7 +1056,7 @@
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.regular}",
"lineHeight": "{core.font.lineHeight.100}",
"lineHeight": "{core.font.lineHeight.100}px",
"fontSize": "{core.font.size.50}px"
},
"type": "typography"
Expand All @@ -1065,7 +1065,7 @@
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.semiBold}",
"lineHeight": "{core.font.lineHeight.100}",
"lineHeight": "{core.font.lineHeight.100}px",
"fontSize": "{core.font.size.50}px"
},
"type": "typography"
Expand All @@ -1075,8 +1075,8 @@
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.medium}",
"fontSize": "{core.font.size.30}",
"lineHeight": "{core.font.lineHeight.75}"
"fontSize": "{core.font.size.30}px",
"lineHeight": "{core.font.lineHeight.75}px"
},
"type": "typography"
}
Expand Down Expand Up @@ -1189,8 +1189,8 @@
"value": {
"fontFamily": "{core.font.family.alt}",
"fontWeight": "{core.font.weight.regular}",
"lineHeight": "{core.font.lineHeight.100}",
"fontSize": "{core.font.size.50}"
"lineHeight": "{core.font.lineHeight.100}px",
"fontSize": "{core.font.size.50}px"
},
"type": "typography"
}
Expand Down Expand Up @@ -2910,9 +2910,13 @@
"value": "{global.background.color.surface.emphasis}",
"type": "color"
},
"default--reverse": {
"white": {
"value": "{global.background.color.surface.default}",
"type": "color"
},
"grey": {
"value": "{global.background.color.surface.muted}",
"type": "color"
}
},
"primary": {
Expand Down Expand Up @@ -2957,9 +2961,13 @@
"value": "{global.border.color.line.subtle}",
"type": "color"
},
"hover": {
"white": {
"value": "{global.border.color.line.default}",
"type": "color"
},
"grey": {
"value": "{global.border.color.line.muted}",
"type": "color"
}
},
"width": {
Expand Down

0 comments on commit 6d3f824

Please sign in to comment.