From cd67d52ca7e42917f6658c8e0bfb2910e4e9687c Mon Sep 17 00:00:00 2001 From: Ou Date: Wed, 30 Oct 2024 00:15:24 +0800 Subject: [PATCH] chore: minor change --- index.html | 2 +- src/{app.tsx => main.tsx} | 0 src/styles/globals.css | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{app.tsx => main.tsx} (100%) diff --git a/index.html b/index.html index dee0d46..6750562 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@
- + \ No newline at end of file diff --git a/src/app.tsx b/src/main.tsx similarity index 100% rename from src/app.tsx rename to src/main.tsx diff --git a/src/styles/globals.css b/src/styles/globals.css index 5455692..c960e7f 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -20,7 +20,7 @@ html.dark { } body { - --at-apply: color-base bg-base sprinkle-primary; + --at-apply: color-base bg-base sprinkle-primary text-base; -moz-user-select: none; -webkit-user-select: none; user-select: none;