Skip to content

Commit

Permalink
feat(ui): update box-shadow from sound component
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 23, 2021
1 parent c2241b3 commit 8ce96c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sound/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const SoundButton = styled.div`
border-radius: 10%;
transition: 0.3s;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
&:hover {
cursor: pointer;
Expand All @@ -31,7 +32,6 @@ export const SoundButton = styled.div`
}
background: rgba(255, 255, 255, 0.1);
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
}
&.selected {
Expand Down

0 comments on commit 8ce96c3

Please sign in to comment.