Skip to content

Commit

Permalink
feat(token):added elevation for inline, toast and snackbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandapanda committed Dec 3, 2024
1 parent 62bc981 commit 58f7f9c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -5919,6 +5919,10 @@
"$type": "color",
"$value": "{post.scheme.color.interactive.notification.error.icon}"
}
},
"elevation": {
"$type": "boxShadow",
"$value": "{post.device.elevation.300}"
}
}
}
Expand Down Expand Up @@ -6853,6 +6857,10 @@
"$type": "color",
"$value": "{post.scheme.color.interactive.notification.error.icon}"
}
},
"elevation": {
"$type": "boxShadow",
"$value": "{post.device.elevation.300}"
}
}
}
Expand Down Expand Up @@ -7709,6 +7717,10 @@
"$type": "color",
"$value": "{post.scheme.color.interactive.notification.error.icon}"
}
},
"elevation": {
"$type": "boxShadow",
"$value": "{post.device.elevation.300}"
}
}
}
Expand Down

0 comments on commit 58f7f9c

Please sign in to comment.