Skip to content

Commit

Permalink
Split menu button border color update
Browse files Browse the repository at this point in the history
  • Loading branch information
davyd-akamai committed Sep 24, 2024
1 parent 0f55652 commit 420b096
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tokens/components/button/splitMenuButton.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "color"
},
"border": {
"value": "{alias.action.base}",
"value": "{alias.action.primary.default}",
"type": "color"
},
"text": {
Expand All @@ -30,7 +30,7 @@
"type": "color"
},
"border": {
"value": "{alias.action.base}",
"value": "{alias.action.primary.hover}",
"type": "color"
},
"text": {
Expand All @@ -52,7 +52,7 @@
"type": "color"
},
"border": {
"value": "{alias.action.base}",
"value": "{alias.action.primary.hover}",
"type": "color"
},
"text": {
Expand All @@ -70,7 +70,7 @@
"type": "color"
},
"border": {
"value": "{alias.action.base}",
"value": "{alias.action.primary.active}",
"type": "color"
},
"text": {
Expand All @@ -88,7 +88,7 @@
"type": "color"
},
"border": {
"value": "{alias.action.base}",
"value": "{alias.action.primary.disabled}",
"type": "color"
},
"text": {
Expand All @@ -110,7 +110,7 @@
"type": "color"
},
"border": {
"value": "{alias.action.base}",
"value": "{alias.action.primary.active}",
"type": "color"
},
"icon": {
Expand Down Expand Up @@ -248,7 +248,7 @@
"type": "color"
},
"border": {
"value": "{alias.action.base}",
"value": "{global.color.neutrals.black}",
"type": "color"
},
"text": {
Expand All @@ -270,7 +270,7 @@
"type": "color"
},
"border": {
"value": "{alias.action.base}",
"value": "{global.color.neutrals.100}",
"type": "color"
},
"text": {
Expand All @@ -292,7 +292,7 @@
"type": "color"
},
"border": {
"value": "{alias.action.base}",
"value": "{global.color.neutrals.100}",
"type": "color"
},
"text": {
Expand All @@ -310,7 +310,7 @@
"type": "color"
},
"border": {
"value": "{alias.action.base}",
"value": "{global.color.neutrals.black}",
"type": "color"
},
"text": {
Expand All @@ -328,7 +328,7 @@
"type": "color"
},
"border": {
"value": "{alias.action.base}",
"value": "{global.color.neutrals.20}",
"type": "color"
},
"text": {
Expand All @@ -350,7 +350,7 @@
"type": "color"
},
"border": {
"value": "{alias.action.base}",
"value": "{global.color.neutrals.black}",
"type": "color"
},
"icon": {
Expand Down

0 comments on commit 420b096

Please sign in to comment.