chore: cleanup

This commit is contained in:
2026-03-01 10:31:41 +01:00
parent 9390c27f44
commit dc638ac4d3

View File

@@ -496,7 +496,7 @@ export function FileConverter() {
<button
onClick={handleConvert}
disabled={!selectedFiles.length || !outputFormat || isConverting}
className={cn(actionBtn, 'flex-1 py-2 text-sm font-medium',
className={cn(actionBtn, 'flex-1 py-2',
!isConverting && selectedFiles.length && outputFormat
? 'hover:text-primary'
: ''