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 23, 2022
1 parent c4d46ef commit 70fa14b
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": "5px 5px 10px 0 #cccccc"
},
{
"name": "Sharp",
"slug": "sharp",
"shadow": "5px 5px 0 0 #cccccc"
},
{
"name": "Soft",
"slug": "soft",
"shadow": "5px 5px 10px 0 #cccccc"
"shadow": "5px 5px 0 0 #999999"
}
]
},
Expand Down

0 comments on commit 70fa14b

Please sign in to comment.