From 1618e228ad62a3f7bc04d733072f6a6784a195b2 Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Bajpai <157192462+saurabhhhcodes@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:37:24 +0530 Subject: [PATCH] fix: resolve WAVE accessibility issues Signed-off-by: Saurabh Kumar Bajpai <157192462+saurabhhhcodes@users.noreply.github.com> --- src/app/globals.css | 4 ++-- src/app/page.tsx | 4 ++-- src/components/PresetSelector.tsx | 6 +++++- src/components/TextControls.tsx | 4 ++-- src/components/VideoEditor.tsx | 6 +++--- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 4240bd32..1ed5c1b3 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -10,7 +10,7 @@ --surface: #f1f5f9; --border: #cbd5e1; --text: #0f172a; - --muted: #64748b; + --muted: #475569; --accent: #3b82f6; --accent-hover: #1d4ed8; --accent-muted: rgba(59, 130, 246, 0.12); @@ -152,4 +152,4 @@ detail > summary { } details > summary::-webkit-details-marker { display: none; -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 381fbd80..2576a92f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,9 +13,9 @@ export default function Home() { ⭐ Star on GitHub -
+
-
+