We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697e29c commit 9d20ad8Copy full SHA for 9d20ad8
1 file changed
apps/frontend/src/modules/song/components/client/SongSelector.tsx
@@ -55,7 +55,7 @@ export const SongSelector = () => {
55
icon={faFile}
56
className={`${
57
isDragActive ? 'text-blue-400 scale-105' : 'text-zinc-600'
58
- } transition-all duration-250 ease-in-out !h-20`}
+ } transition-all duration-250 ease-in-out !h-20 text-7xl`}
59
/>
60
61
<FontAwesomeIcon
0 commit comments