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 a6bcdde commit 690bde0Copy full SHA for 690bde0
app/ui/lib/FileInput.tsx
@@ -80,7 +80,7 @@ export function FileInput({
80
/>
81
<div
82
className={cn(
83
- 'text-raise bg-default pointer-events-none relative z-1 flex flex-col items-center justify-center space-y-2 rounded border px-4 py-6',
+ 'text-raise bg-default pointer-events-none relative z-1 flex flex-col items-center justify-center space-y-0.5 rounded border px-4 py-6',
84
dragOver && 'bg-accent-secondary border-accent-secondary!',
85
error
86
? 'border-error-secondary! group-hover:border-error'
0 commit comments