From b76ed532622083e4e5e205c7b3b7388cb552ad37 Mon Sep 17 00:00:00 2001 From: RedWilly Date: Sun, 25 May 2025 16:38:16 +0000 Subject: [PATCH 1/2] Fix UI text visibility issues in Home page --- app/Home.tsx | 18 +++++++++--------- tailwind.config.ts | 6 ++++++ 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/app/Home.tsx b/app/Home.tsx index 1091597..df237e1 100644 --- a/app/Home.tsx +++ b/app/Home.tsx @@ -8,19 +8,19 @@ export default function Home() {
{/*
*/}
-

Welcome to - +

Welcome to + ClipJS

-

+

Clip - + JS

-

+

Edit your videos from your PC or phone no downloads, no registration, no watermarks. Online, Free and Open Source

@@ -44,7 +44,7 @@ export default function Home() {
{/* Features Section */}
-

+

What Can it do?

@@ -82,8 +82,8 @@ export default function Home() { />
-
{title}
-

+

{title}
+

{description}

diff --git a/tailwind.config.ts b/tailwind.config.ts index 3f258c1..4656c46 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -16,6 +16,12 @@ const config: Config = { colors: { surfacePrimary: "oklch(.141 .005 285.823)", darkSurfacePrimary: "oklch(.141 .005 285.823)", + 'text-primary': '#ffffff', + 'dark-text-primary': '#ffffff', + 'text-secondary': '#e2e2e2', + 'dark-text-secondary': '#e2e2e2', + 'surface-secondary': '#2a2a2a', + 'dark-surface-secondary': '#2a2a2a', }, border: { DEFAULT: "rgba(128, 128, 128, 0.5)", From 3432de8944b00e653c45f2307c1c85c13666d2a2 Mon Sep 17 00:00:00 2001 From: RedWilly Date: Sun, 25 May 2025 16:48:05 +0000 Subject: [PATCH 2/2] removed duplicate clipjs txt --- app/Home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Home.tsx b/app/Home.tsx index df237e1..f050fb4 100644 --- a/app/Home.tsx +++ b/app/Home.tsx @@ -9,7 +9,7 @@ export default function Home() { {/*
*/}

Welcome to - ClipJS + {/* ClipJS */}