Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigosous-a committed Aug 7, 2024
1 parent 4e46d2a commit 5455a34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 53 deletions.
10 changes: 5 additions & 5 deletions tokens/Global.json
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@
}
},
"focus": {
"value": "{color.brand.400}",
"value": "{color.brand.500}",
"type": "color"
}
},
Expand Down Expand Up @@ -1096,7 +1096,7 @@
}
},
"link": {
"value": "{color.brand.400}",
"value": "{color.brand.500}",
"type": "color"
},
"white": {
Expand Down Expand Up @@ -1144,7 +1144,7 @@
}
},
"link": {
"value": "{color.brand.400}",
"value": "{color.brand.500}",
"type": "color"
},
"white": {
Expand All @@ -1163,11 +1163,11 @@
"cta": {
"primary": {
"default": {
"value": "{color.brand.400}",
"value": "{color.brand.500}",
"type": "color"
},
"hover": {
"value": "{color.brand.500}",
"value": "{color.brand.600}",
"type": "color"
}
},
Expand Down
24 changes: 0 additions & 24 deletions tokens/Theme/Dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,29 +557,5 @@
}
}
}
},
"shadow": {
"sm": {
"value": {
"x": "0",
"y": "2",
"blur": "12",
"spread": "0",
"color": "rgba(0,0,0,0.08)",
"type": "dropShadow"
},
"type": "boxShadow"
},
"md": {
"value": {
"x": "0",
"y": "12",
"blur": "32",
"spread": "-6",
"color": "rgba(0,0,0,0.14)",
"type": "dropShadow"
},
"type": "boxShadow"
}
}
}
24 changes: 0 additions & 24 deletions tokens/Theme/Light.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,29 +539,5 @@
}
}
}
},
"shadow": {
"sm": {
"value": {
"x": "0",
"y": "2",
"blur": "12",
"spread": "0",
"color": "rgba(9,9,11,0.08)",
"type": "dropShadow"
},
"type": "boxShadow"
},
"md": {
"value": {
"x": "0",
"y": "12",
"blur": "32",
"spread": "-6",
"color": "rgba(9,9,11,0.14)",
"type": "dropShadow"
},
"type": "boxShadow"
}
}
}

0 comments on commit 5455a34

Please sign in to comment.