Skip to content

Commit

Permalink
feat: deleted value in reference design tokens (#1989)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang authored and github-actions[bot] committed Feb 17, 2023
1 parent 15b60fd commit 5b58581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tokens/src/components/IconButton.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"diameter": {
"md": { "value": "2.75rem", "source": "$btn-icon-diameter-md" },
"sm": { "value": "2.25rem", "source": "$btn-icon-diameter-sm" },
"inline": { "value": "calc({typography.line-height.base.value} + .1em)", "source": "$btn-icon-diameter-inline" }
"inline": { "value": "calc({typography.line-height.base} + .1em)", "source": "$btn-icon-diameter-inline" }
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions tokens/src/components/Nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"size": {
"nav": {
"pills": {
"border-radius": { "value": "{size.border.radius.base.value}", "source": "$nav-pills-border-radius" }
"border-radius": { "value": "{size.border.radius.base}", "source": "$nav-pills-border-radius" }
},
"tabs": {
"border": {
Expand All @@ -126,7 +126,7 @@
}
},
"divider": {
"margin-y": { "value": "calc({spacing.spacer.base.value} / 2)", "source": "$nav-divider-margin-y" }
"margin-y": { "value": "calc({spacing.spacer.base} / 2)", "source": "$nav-divider-margin-y" }
}
}
}
Expand Down

0 comments on commit 5b58581

Please sign in to comment.