Skip to content

Commit d171ce5

Browse files
committed
Align radiobutton tokens to latest
1 parent 0c40456 commit d171ce5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

design-tokens/tokens/component/component.default.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -9611,7 +9611,7 @@
96119611
"enabled": {
96129612
"background": {
96139613
"$type": "color",
9614-
"$value": "#00000000",
9614+
"$value": "{color.transparent}",
96159615
"$description": "",
96169616
"$extensions": {
96179617
"com.figma": {
@@ -9637,7 +9637,7 @@
96379637
"hover": {
96389638
"background": {
96399639
"$type": "color",
9640-
"$value": "#00000000",
9640+
"$value": "{color.transparent}",
96419641
"$description": "",
96429642
"$extensions": {
96439643
"com.figma": {
@@ -9663,7 +9663,7 @@
96639663
"focus": {
96649664
"background": {
96659665
"$type": "color",
9666-
"$value": "#00000000",
9666+
"$value": "{color.transparent}",
96679667
"$description": "",
96689668
"$extensions": {
96699669
"com.figma": {
@@ -9965,7 +9965,7 @@
99659965
"control": {
99669966
"height": {
99679967
"$type": "number",
9968-
"$value": "{element.medium.lineHeight}",
9968+
"$value": "{base.dimension.600}",
99699969
"$description": "",
99709970
"$extensions": {
99719971
"com.figma": {
@@ -9977,7 +9977,7 @@
99779977
},
99789978
"width": {
99799979
"$type": "number",
9980-
"$value": "{element.medium.lineHeight}",
9980+
"$value": "{base.dimension.600}",
99819981
"$description": "",
99829982
"$extensions": {
99839983
"com.figma": {
@@ -10001,7 +10001,7 @@
1000110001
},
1000210002
"borderRadius": {
1000310003
"$type": "number",
10004-
"$value": "{radius.full}",
10004+
"$value": "{base.static.radius.full}",
1000510005
"$description": "",
1000610006
"$extensions": {
1000710007
"com.figma": {

0 commit comments

Comments
 (0)