Skip to content

Commit

Permalink
style: change border to shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Oct 17, 2023
1 parent e7fc951 commit a53800c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/sound/sound.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@
}

&.selected {
border: 2px solid #818cf8;
box-shadow: 0 10px 20px #818cf833;
border-color: transparent;
box-shadow:
0 0 0 2px #818cf8,
0 10px 20px #818cf833;

& .icon {
color: #818cf8;
Expand Down

0 comments on commit a53800c

Please sign in to comment.