Skip to content

Commit

Permalink
Update play button for dynamic theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffvli committed Oct 23, 2023
1 parent fdff794 commit 3c2e4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/features/shared/components/play-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const MotionButton = styled(UnstyledButton)`
display: flex;
align-items: center;
justify-content: center;
background-color: var(--btn-filled-bg);
background: var(--btn-filled-bg);
border: none;
border-radius: 50%;
opacity: 0.8;
Expand All @@ -16,7 +16,7 @@ const MotionButton = styled(UnstyledButton)`
}
&:hover {
background-color: var(--btn-filled-bg-hover);
background: var(--btn-filled-bg);
transform: scale(1.1);
svg {
Expand Down

1 comment on commit 3c2e4d4

@vercel
Copy link

@vercel vercel bot commented on 3c2e4d4 Oct 23, 2023

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:

feishin – ./

feishin-jeffvli.vercel.app
feishin.vercel.app
feishin-git-development-jeffvli.vercel.app

Please sign in to comment.