Skip to content

Commit 9d20ad8

Browse files
committed
fix: song upload field icon losing its size
1 parent 697e29c commit 9d20ad8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/frontend/src/modules/song/components/client/SongSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const SongSelector = () => {
5555
icon={faFile}
5656
className={`${
5757
isDragActive ? 'text-blue-400 scale-105' : 'text-zinc-600'
58-
} transition-all duration-250 ease-in-out !h-20`}
58+
} transition-all duration-250 ease-in-out !h-20 text-7xl`}
5959
/>
6060

6161
<FontAwesomeIcon

0 commit comments

Comments
 (0)