Skip to content

Commit

Permalink
styles: suggestion for shadow in the box
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisloarryn committed Aug 11, 2021
1 parent 8fe55e9 commit 66f8cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
height: 0;
opacity: 0;
transition: height 0.2s ease-out;
box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
box-shadow: 0 4px 12px 0 rgb(0 0 0 / 50%);
}

.whatsappChatBox.open {
Expand Down

0 comments on commit 66f8cff

Please sign in to comment.