From 698bdae73c39a0e1801f988312a6f5bd9955d4f8 Mon Sep 17 00:00:00 2001 From: GitHub Ace Date: Thu, 16 Oct 2025 20:40:33 +0000 Subject: [PATCH 1/3] style(ui): change color scheme from orange to purple Co-authored-by: Idan Gazit --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 77b045d..1ba9020 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -110,7 +110,7 @@ function App() { return (
-
+

@@ -132,7 +132,7 @@ function App() { aria-label={story.title} />
- + {index + 1}

From a15bc43df608edc00206388fd57fe17ac62411db Mon Sep 17 00:00:00 2001 From: GitHub Ace Date: Thu, 16 Oct 2025 21:51:38 +0000 Subject: [PATCH 2/3] style: change color theme from purple to indigo Co-authored-by: Idan Gazit --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 1ba9020..9169e22 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -110,7 +110,7 @@ function App() { return (
-
+

@@ -132,7 +132,7 @@ function App() { aria-label={story.title} />
- + {index + 1}

From e787ccba4414f38ba5cf0f89e2d2ea383ca7964e Mon Sep 17 00:00:00 2001 From: GitHub Ace Date: Thu, 16 Oct 2025 23:43:23 +0000 Subject: [PATCH 3/3] style(ui): change color theme from indigo to violet Co-authored-by: Idan Gazit --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 9169e22..3b5b73a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -110,7 +110,7 @@ function App() { return (
-
+

@@ -132,7 +132,7 @@ function App() { aria-label={story.title} />
- + {index + 1}