+
Clip Export Settings
diff --git a/src/main/frontend/index.css b/src/main/frontend/index.css
index 1353c53..cd52442 100644
--- a/src/main/frontend/index.css
+++ b/src/main/frontend/index.css
@@ -12,6 +12,8 @@
--color-text: oklch(0.17 0.01 270); /* Dark Slate (#111827) */
--color-background: oklch(0.98 0.005 250);/* Soft off-white (#F9FAFB) */
+ --color-primary-pressed: oklch(0.55 0.21 254 / 0.5);
+
/* Easing */
--ease-fluid: cubic-bezier(0.3, 0, 0, 1);
--ease-snappy: cubic-bezier(0.2, 0, 0, 1);
diff --git a/src/main/frontend/views/video/{id}.tsx b/src/main/frontend/views/video/{id}.tsx
index 74c7a78..a127507 100644
--- a/src/main/frontend/views/video/{id}.tsx
+++ b/src/main/frontend/views/video/{id}.tsx
@@ -26,11 +26,10 @@ export default function VideoId() {
}, [id]);
return (
-
+
+
+
{metadata &&
}
+
+
-
-
- }
);
}
\ No newline at end of file