diff --git a/src/app/globals.css b/src/app/globals.css index 408e2d8e..8711a4bf 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -6,9 +6,9 @@ :root { --bg: #ffffff; --surface: #f1f5f9; - --border: #cbd5e1; + --border: #94a3b8; --text: #0f172a; - --muted: #64748b; + --muted: #475569; --accent: #3b82f6; --accent-hover: #1d4ed8; --accent-muted: rgba(59, 130, 246, 0.12); diff --git a/src/components/ExportSettings.tsx b/src/components/ExportSettings.tsx index 6eee9b9b..3b5986c9 100644 --- a/src/components/ExportSettings.tsx +++ b/src/components/ExportSettings.tsx @@ -44,13 +44,13 @@ export default function ExportSettings({ return ( <> -
+
Reduce camera shake
+
Reduce low-light video grain
+ {dragging ? "Release to upload" : "Drag & Drop your video here"} +
+ ++ or click to browse +
+ ++ Ctrl+O / Cmd+O +
++ Supports MP4, MOV, AVI, MKV, WebM, and most video formats up to 2GB +
+ + {/* Error */} + {fileError && ( ++ {fileError} +
+ )} + + { + const f = e.target.files?.[0]; + if (f) handleFile(f); + }} + /> +- {dragging ? "Release to upload" : "Drag & Drop your video here"} -
-or click to browse
-- Ctrl+O / Cmd+O -
-- Supports: MP4, MOV, AVI, MKV, WebM, and most video formats up to 2GB -
- - {fileError && ( -{fileError}
- )} - - { - const f = e.target.files?.[0]; - if (f) handleFile(f); - }} - /> -