Skip to content

Commit

Permalink
feat: softer shadows, y-axis constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
vantaboard committed Sep 23, 2021
1 parent 291f799 commit ecb7b4e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions style-dictionary/properties/shading.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@
"shadows": {
"blur": {
"radius": {
"hard": { "value": "3px" },
"soft": { "value": "6px" }
"hard": { "value": "2px" },
"soft": { "value": "4px" }
}
},
"offset": {
"x": {
"small": { "value": "3px" },
"medium": { "value": "5px" },
"large": { "value": "8px" }
"small": { "value": "0px" },
"medium": { "value": "0px" },
"large": { "value": "0px" }
},
"y": {

"small": { "value": "{shadows.offset.x.small.value}" },
"medium": { "value": "{shadows.offset.x.medium.value}" },
"large": { "value": "{shadows.offset.x.large.value}" }
"small": { "value": "3px" },
"medium": { "value": "4px" },
"large": { "value": "5px" }
}
},
"box": {
Expand Down

0 comments on commit ecb7b4e

Please sign in to comment.