Skip to content

Commit

Permalink
shadows fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigosous-a committed Aug 7, 2024
1 parent f5f78f7 commit 10137f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tokens/Global.json
Original file line number Diff line number Diff line change
Expand Up @@ -1522,21 +1522,21 @@
"sm": {
"value": {
"x": "0",
"y": "2",
"blur": "12",
"y": "1",
"blur": "2",
"spread": "0",
"color": "rgba(0,0,0,0.08)",
"color": "rgba(10,13,20,0.03)",
"type": "dropShadow"
},
"type": "boxShadow"
},
"md": {
"value": {
"x": "0",
"y": "12",
"y": "16",
"blur": "32",
"spread": "-6",
"color": "rgba(0,0,0,0.14)",
"spread": "-12",
"color": "rgba(15,19,28,0.1)",
"type": "dropShadow"
},
"type": "boxShadow"
Expand Down

0 comments on commit 10137f9

Please sign in to comment.