Skip to content

Commit

Permalink
update shadow values
Browse files Browse the repository at this point in the history
  • Loading branch information
madhusudhand committed Dec 26, 2022
1 parent eeab46f commit 61adfcc
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions lib/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,22 +191,12 @@
{
"name": "Natural",
"slug": "natural",
"shadow": "5px 5px 5px 0 #cccccc"
},
{
"name": "Crisp",
"slug": "crisp",
"shadow": "5px 5px 10px 0 #999999"
"shadow": "0 .2rem .3rem 0 rgba(0,0,0, 0.3), 0 .5rem .6rem 0 rgba(0,0,0, 0.4)"
},
{
"name": "Sharp",
"slug": "sharp",
"shadow": "5px 5px 0 0 #cccccc"
},
{
"name": "Soft",
"slug": "soft",
"shadow": "5px 5px 10px 0 #cccccc"
"shadow": ".5rem .5rem 0 0 rgba(0,0,0, 0.4)"
}
]
},
Expand Down

1 comment on commit 61adfcc

@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/3779217694
📝 Reported issues:

Please sign in to comment.