Skip to content

Commit

Permalink
Fixed shadow values that got overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed May 21, 2024
1 parent 15e45cd commit f010b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokens/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,11 +643,11 @@
"default": {
"value": {
"x": "0",
"y": "40",
"y": "4",
"blur": "20",
"spread": "0",
"color": "rgba(#101211, 0.90)",
"type": "innerShadow"
"type": "dropShadow"
},
"type": "boxShadow"
}
Expand Down

0 comments on commit f010b0b

Please sign in to comment.