Skip to content

Commit

Permalink
update shadow presets
Browse files Browse the repository at this point in the history
  • Loading branch information
madhusudhand committed Jan 3, 2023
1 parent a9d650d commit 249a31c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,14 @@
"defaultPalette": true,
"palette": [
{
"name": "Natural",
"slug": "natural",
"shadow": "0 .2rem .3rem 0 rgba(0,0,0, 0.3), 0 .5rem .6rem 0 rgba(0,0,0, 0.4)"
"name": "Elevated",
"slug": "elevated",
"shadow": "rgba(0, 0, 0, 0.4) 0 2rem 4rem -1rem, rgba(0, 0, 0, 0.6) 0 1rem 2rem -1.5rem"
},
{
"name": "Sharp",
"slug": "sharp",
"shadow": ".5rem .5rem 0 0 rgba(0,0,0, 0.4)"
"name": "Near",
"slug": "near",
"shadow": "rgba(0, 0, 0, 0.3) 0 0.25rem 0.5rem 0, rgba(0, 0, 0, 0.4) 0 0.05rem 0.2rem 0px"
}
]
},
Expand Down

1 comment on commit 249a31c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/3828207408
📝 Reported issues:

Please sign in to comment.