Skip to content

Commit

Permalink
fix: Shadow token corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoroldos committed Jul 6, 2023
1 parent 6a70e8f commit 7af19cf
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions tokens/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,19 +393,19 @@
},
"shadow-xsmall": {
"x": {
"value": "0",
"value": "0px",
"type": "x"
},
"y": {
"value": "1",
"value": "1px",
"type": "y"
},
"blur": {
"value": "2",
"value": "2px",
"type": "blur"
},
"spread": {
"value": "0",
"value": "0px",
"type": "spread"
},
"color": {
Expand All @@ -419,19 +419,19 @@
},
"shadow-small": {
"x": {
"value": "0",
"value": "0px",
"type": "x"
},
"y": {
"value": "1",
"value": "1px",
"type": "y"
},
"blur": {
"value": "3",
"value": "3px",
"type": "blur"
},
"spread": {
"value": "0",
"value": "0px",
"type": "spread"
},
"color": {
Expand All @@ -445,19 +445,19 @@
},
"shadow-medium": {
"x": {
"value": "0",
"value": "0px",
"type": "x"
},
"y": {
"value": "4",
"value": "4px",
"type": "y"
},
"blur": {
"value": "6",
"value": "6px",
"type": "blur"
},
"spread": {
"value": "-1",
"value": "-1px",
"type": "spread"
},
"color": {
Expand All @@ -471,19 +471,19 @@
},
"shadow-large": {
"x": {
"value": "0",
"value": "0px",
"type": "x"
},
"y": {
"value": "10",
"value": "10px",
"type": "y"
},
"blur": {
"value": "15",
"value": "15px",
"type": "blur"
},
"spread": {
"value": "-3",
"value": "-3px",
"type": "spread"
},
"color": {
Expand All @@ -497,19 +497,19 @@
},
"shadow-xlarge": {
"x": {
"value": "0",
"value": "0px",
"type": "x"
},
"y": {
"value": "20",
"value": "20px",
"type": "y"
},
"blur": {
"value": "25",
"value": "25px",
"type": "blur"
},
"spread": {
"value": "-5",
"value": "-5px",
"type": "spread"
},
"color": {
Expand Down

0 comments on commit 7af19cf

Please sign in to comment.