Skip to content

Commit

Permalink
feat(elevation): update tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
PixeledCode committed Jan 27, 2025
1 parent 765c578 commit 07ffbd3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 14 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,7 @@ const ElevatedBackgroundColorTokens = () => {
backgroundColor="colorBackgroundStrong"
backgroundColorElevated="colorBackgroundElevation"
backgroundColorBase="$color-background-body"
backgroundColorElevation="$color-background-elevation-strong"
/>
<TokensTemplate
backgroundColor="colorBackgroundStronger"
backgroundColorElevated="colorBackgroundAvailable"
backgroundColorBase="$color-background-body"
backgroundColorElevation="$color-background-elevation-stronger"
backgroundColorElevation="$color-background-elevation"
/>
<TokensTemplate
backgroundColor="colorBackgroundInverse"
Expand Down
8 changes: 1 addition & 7 deletions packages/paste-website/stories/Elevation.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,7 @@ export const ElevatedBackgroundColorTokens = (): React.ReactNode => {
backgroundColor="colorBackgroundStrong"
backgroundColorElevated="colorBackgroundElevation"
backgroundColorBase="$color-background-body"
backgroundColorElevation="$color-background-elevation-strong"
/>
<TokensTemplate
backgroundColor="colorBackgroundStronger"
backgroundColorElevated="colorBackgroundAvailable"
backgroundColorBase="$color-background-body"
backgroundColorElevation="$color-background-elevation-stronger"
backgroundColorElevation="$color-background-elevation"
/>
<TokensTemplate
backgroundColor="colorBackgroundInverse"
Expand Down

0 comments on commit 07ffbd3

Please sign in to comment.