Skip to content

Commit

Permalink
style(drag): use subtle shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
adisreyaj committed Dec 14, 2023
1 parent 557feff commit 44fa0d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
.cdk-drag-preview {
box-sizing: border-box;
border-radius: 4px;
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

0 comments on commit 44fa0d8

Please sign in to comment.