Skip to content

Commit

Permalink
updating hover modifiers on pill to hover instead of hoverAlt
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Jan 15, 2025
1 parent 89afdd9 commit a4e0efb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions data/tokens/$themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -4646,8 +4646,8 @@
"table.size.row.doubleheight.L": "5ebd337150cbd5bcbf8da9b6cd54bc2a0f30968e",
"table.size.row.doubleheight.XL": "ba6fd327183431cf35205c62348d082635dc8b0f",
"table.size.icon.M": "684d2c9437867a9c13d04fe77add732e0055ee8f",
"button.color.typical.tertiary.border-enabled": "ab5633eec3bbc23d3bd4d2de5e6d0afebef7a472",
"button.color.typical.tertiary.border-hover": "065b734a875ac4d56d102571557b6d78076ba847"
"button.color.typical.tertiary.border-enabled": "c983157fe1a147a85dad113d30ff35df9b6e288d",
"button.color.typical.tertiary.border-hover": "958f6c77c828f94d22e6ba3e5554b2cb7a9e0585"
},
"$figmaCollectionId": "VariableCollectionId:91874:43409",
"$figmaModeId": "91874:2",
Expand Down
8 changes: 4 additions & 4 deletions data/tokens/modes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@
"studio.tokens": {
"modify": {
"type": "mix",
"value": "{modes.color.modifiers.button.hoverAlt}",
"value": "{modes.color.modifiers.button.hover}",
"space": "lch",
"color": "{modes.color.status.caution.default}"
}
Expand Down Expand Up @@ -1183,7 +1183,7 @@
"studio.tokens": {
"modify": {
"type": "mix",
"value": "{modes.color.modifiers.button.hoverAlt} ",
"value": "{modes.color.modifiers.button.hover}",
"space": "lch",
"color": "{modes.color.status.info.default}"
}
Expand Down Expand Up @@ -1246,7 +1246,7 @@
"studio.tokens": {
"modify": {
"type": "mix",
"value": "{modes.color.modifiers.button.hoverAlt} ",
"value": "{modes.color.modifiers.button.hover}",
"space": "lch",
"color": "{modes.color.status.negative.default}"
}
Expand Down Expand Up @@ -1402,7 +1402,7 @@
"studio.tokens": {
"modify": {
"type": "mix",
"value": "{modes.color.modifiers.button.hoverAlt}",
"value": "{modes.color.modifiers.button.hover}",
"space": "lch",
"color": "{modes.color.status.positive.default}"
}
Expand Down
10 changes: 5 additions & 5 deletions data/tokens/modes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@
"studio.tokens": {
"modify": {
"type": "mix",
"value": "{modes.color.modifiers.button.hoverAlt} ",
"value": "{modes.color.modifiers.button.hover}",
"space": "lch",
"color": "{modes.color.status.caution.default}"
}
Expand Down Expand Up @@ -1244,7 +1244,7 @@
"studio.tokens": {
"modify": {
"type": "mix",
"value": "{modes.color.modifiers.button.hoverAlt} ",
"value": "{modes.color.modifiers.button.hover}",
"space": "lch",
"color": "{modes.color.status.info.default}"
}
Expand Down Expand Up @@ -1318,7 +1318,7 @@
"studio.tokens": {
"modify": {
"type": "mix",
"value": "{modes.color.modifiers.button.hoverAlt} ",
"value": "{modes.color.modifiers.button.hover}",
"space": "lch",
"color": "{modes.color.status.negative.default} "
}
Expand Down Expand Up @@ -1373,7 +1373,7 @@
"studio.tokens": {
"modify": {
"type": "mix",
"value": "{modes.color.modifiers.button.hoverAlt} ",
"value": "{modes.color.modifiers.button.hover}",
"space": "lch",
"color": "{modes.color.status.neutral.default}"
}
Expand Down Expand Up @@ -1475,7 +1475,7 @@
"studio.tokens": {
"modify": {
"type": "mix",
"value": "{modes.color.modifiers.button.hoverAlt} ",
"value": "{modes.color.modifiers.button.hover}",
"space": "lch",
"color": "{modes.color.status.positive.default}"
}
Expand Down

0 comments on commit a4e0efb

Please sign in to comment.