Skip to content

Commit

Permalink
fix: play icon size in the image box
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Andrade committed Mar 19, 2022
1 parent c5efec8 commit 03b9dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/audio-player/audio-player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const AudioPlayer = ({
{state.playing ? (
<PauseIcon
aria-label="pause-icon"
className="h-20 w-20 sm:h-10 sm:w-10 dark:fill-gray-100 fill-gray-600 cursor-pointer
className="h-14 w-14 sm:h-10 sm:w-10 dark:fill-gray-100 fill-gray-600 cursor-pointer
hover:scale-110
transition duration-200 ease-out hover:ease-in"
onClick={pause}
Expand Down

1 comment on commit 03b9dbd

@vercel
Copy link

@vercel vercel bot commented on 03b9dbd Mar 19, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.