Skip to content

Commit

Permalink
feat: introduce shadow level 11 (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB authored Mar 11, 2024
1 parent 480422b commit 0aa5899
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions designTokens/shadow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,27 @@ export const shadow: DesignTokens = {
'{color.blackAlpha.40.value}',
),
},
11: {
...shadowObject(
11,
0,
24,
192,
0,
0,
4,
64,
0,
'{color.smokeAlpha.5.value}',
'{color.smokeAlpha.10.value}',
'{color.blackAlpha.15.value}',
'{color.blackAlpha.20.value}',
'{color.smokeAlpha.10.value}',
'{color.smokeAlpha.20.value}',
'{color.blackAlpha.30.value}',
'{color.blackAlpha.40.value}',
),
},
},
},
};

0 comments on commit 0aa5899

Please sign in to comment.