diff --git a/src/components/Sound/styles.ts b/src/components/Sound/styles.ts index ed6b2bc7..8862ba35 100644 --- a/src/components/Sound/styles.ts +++ b/src/components/Sound/styles.ts @@ -21,7 +21,7 @@ export const SoundButton = styled.div` color: rgba(255, 255, 255, 0.5); border-radius: 10%; - transition: 0.3s; + transition: background-color 0.3s, color 0.3s; img { border: 1px solid red;