Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
fix: opacity tokenization
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-tailor committed Oct 16, 2023
1 parent 5c24197 commit dd6c144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/propertyTokenMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export const propertyTokenMap = {
shadowColor: colors,

shadowOpacity: opacity,
opacity: opacity,

shadow: shadows,
// Media Query
Expand Down

0 comments on commit dd6c144

Please sign in to comment.