From 02506c634c0c65b637a1c977745720519b11a134 Mon Sep 17 00:00:00 2001 From: GitHub Ace Date: Fri, 30 Jan 2026 21:35:10 +0000 Subject: [PATCH 1/3] style: change accent color from orange to purple --- bun.lock | 1 + src/App.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index 838a47c..1775e5d 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "calmhn", 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 7521797dbe802e18f44b578045d28211dcc68b37 Mon Sep 17 00:00:00 2001 From: GitHub Ace Date: Fri, 30 Jan 2026 22:32:11 +0000 Subject: [PATCH 2/3] style: change gradient and hover color from purple to green --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 1ba9020..2c0a89a 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 9672cdbbb6aa018176da7c3d5915289b8a7dfd25 Mon Sep 17 00:00:00 2001 From: GitHub Ace Date: Sat, 31 Jan 2026 01:15:07 +0000 Subject: [PATCH 3/3] style: change primary color scheme from green to pink Co-authored-by: Idan Gazit --- README.md | 2 +- src/App.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2e7761..270455c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Currently, two official plugins are available: - [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh ## React Compiler - +asdfasdfasdf The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see [this documentation](https://react.dev/learn/react-compiler/installation). ## Expanding the ESLint configuration diff --git a/src/App.tsx b/src/App.tsx index 2c0a89a..42c3212 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}