Skip to content

Commit

Permalink
feat: update custom shadows (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasguillot authored Jun 23, 2024
1 parent 960080b commit e29a257
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,14 @@
"shadow": "0 0 20px #00000010, 0 25px 30px #00000015"
},
{
"name": "Outline",
"slug": "outline",
"shadow": "0 0 0 2px"
"name": "inset 1",
"slug": "inset-1",
"shadow": "inset 0 0 0 1px"
},
{
"name": "inset 2",
"slug": "inset-2",
"shadow": "inset 0 0 0 2px"
}
]
},
Expand Down

0 comments on commit e29a257

Please sign in to comment.