Skip to content

Commit

Permalink
feat(ui): remove border-radius transition on Sound component
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Jul 14, 2022
1 parent d0a101d commit 94e290b
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 @@ -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;
Expand Down

1 comment on commit 94e290b

@vercel
Copy link

@vercel vercel bot commented on 94e290b Jul 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

noisekun – ./

noisekun-mateusfg7.vercel.app
noisekun-git-main-mateusfg7.vercel.app
noisekun.vercel.app

Please sign in to comment.