Skip to content

Commit

Permalink
Merge branch 'main' into va-toast
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethasok authored Sep 14, 2023
2 parents b59bc40 + 933a5ba commit b3c5873
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tokens/themes/classic.json
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@
"primary": {
"background": {
"default": {
"value": "{palette.utility.transparent}",
"value": "rgba(0,0,0,0)",
"type": "color"
},
"hover": {
Expand Down Expand Up @@ -811,7 +811,7 @@
"ghost": {
"background": {
"default": {
"value": "{palette.utility.transparent}",
"value": "{click.button.iconButton.color.primary.background.default}",
"type": "color"
},
"hover": {
Expand Down
6 changes: 6 additions & 0 deletions tokens/themes/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2276,6 +2276,12 @@
"type": "typography"
}
}
},
"size": {
"width": {
"value": "20.75rem",
"type": "sizing"
}
}
},
"tooltip": {
Expand Down
4 changes: 2 additions & 2 deletions tokens/themes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@
"primary": {
"background": {
"default": {
"value": "{palette.utility.transparent}",
"value": "rgba(0,0,0,0)",
"type": "color"
},
"hover": {
Expand Down Expand Up @@ -1106,7 +1106,7 @@
"ghost": {
"background": {
"default": {
"value": "{palette.utility.transparent}",
"value": "{click.button.iconButton.color.primary.background.default}",
"type": "color"
},
"hover": {
Expand Down

0 comments on commit b3c5873

Please sign in to comment.