diff --git a/app/library/page.tsx b/app/library/page.tsx index dd44c380..60d0f313 100644 --- a/app/library/page.tsx +++ b/app/library/page.tsx @@ -25,14 +25,14 @@ export default function LibraryPage() { data-library-content-pad="mobile-generate-bar" >
-

+

Private Library

@@ -63,9 +63,9 @@ export default function LibraryPage() {

{[ - ["Private", "Only your account can access these results", "#B14EFF"], - ["Recoverable", "Finished videos return after refresh", "#00D9FF"], - ["Ready to use", "Download or generate the Moment again", "#00FFA3"], + ["Private", "Only your account can access these results", "var(--brand)"], + ["Recoverable", "Finished videos return after refresh", "var(--brand-2)"], + ["Ready to use", "Download or generate the Moment again", "var(--mint)"], ].map(([label, value, accent]) => (

-

+
{job.status === "succeeded" && job.videoUrl ? (