Skip to content

Commit

Permalink
fix(tokens): fixed card border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualClover committed Oct 17, 2024
1 parent 26741c1 commit 99dfb73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion packages/genesys-spark-tokens/data/$themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,6 @@
"color.focus": "4903357e580485abfbc7eec7c53a94eb42f7f2fd",
"card.background-color": "f1ee3f17d5190864c318ecdf9f74569843a5a447",
"card.border_radius": "27d8a98ce6e6f6132f91ec3fd77a758a74c2969a",
"card.border_radius-copy": "87d0cb9888261fffa790be906f39a7b790747a7c",
"card.padding": "af1ed011aaf01f9be7575a712353e25bb6aaeeda",
"tooltip.light.background_color": "05ae3c8ab3aa8ad19b4e54e876c7ddb015649050",
"tooltip.light.foreground_color": "22a3415175c18086f4a0ec30fe57099d874f0618",
Expand Down
6 changes: 1 addition & 5 deletions packages/genesys-spark-tokens/data/ui/unordered.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
"type": "color"
},
"border_radius": {
"value": "{theme.border_radius.container.large}",
"type": "borderRadius"
},
"border_radius-copy": {
"value": "{theme.border_radius.container.large}",
"value": "{container.md.border_radius}",
"type": "borderRadius"
},
"default": {
Expand Down

0 comments on commit 99dfb73

Please sign in to comment.