Skip to content

Commit de2f8b0

Browse files
committed
fix(my-songs): un-shrink play button on song thumb hover
1 parent 246e46f commit de2f8b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/frontend/src/modules/my-songs/components/client

apps/frontend/src/modules/my-songs/components/client/SongRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const SongRow = ({ song }: { song?: SongPreviewDtoType | null }) => {
5858
>
5959
<FontAwesomeIcon
6060
icon={faCirclePlay}
61-
className='text-white w-12 h-12'
61+
className='text-white text-4xl'
6262
/>
6363
</Link>
6464
</>

0 commit comments

Comments
 (0)