Skip to content

Commit

Permalink
feat(data): Add 090 and 091 boxShadow tokens, used in product nav (to…
Browse files Browse the repository at this point in the history
…p and left)
  • Loading branch information
clairedenning committed Apr 1, 2022
1 parent 71f5cfb commit 1adca1e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1384,6 +1384,30 @@
],
"description": "",
"type": "boxShadow"
},
"090": {
"value": {
"x": "0",
"y": "4px",
"blur": "8px",
"spread": "-4px",
"color": "rgba($colors.utility.major.800, 0.1)",
"type": "dropShadow"
},
"type": "boxShadow",
"description": "product nav horizontal"
},
"091": {
"value": {
"x": "4px",
"y": "0",
"blur": "8px",
"spread": "-4px",
"color": "rgba($colors.utility.major.800, 0.1)",
"type": "dropShadow"
},
"type": "boxShadow",
"description": "product nav vertical"
}
},
"fontWeights": {
Expand Down

0 comments on commit 1adca1e

Please sign in to comment.