From c4a9c9c2ebed5bffcb60487ff39211f91f9fe126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=B1=BC=E5=BC=80=E5=8F=91?= Date: Thu, 21 May 2026 15:20:57 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=90=AF=E5=8A=A8=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E5=8A=A8=E7=94=BB=E9=A2=9C=E8=89=B2=E4=BB=8E=20#1a9e8a=20?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=20var(--primary)=20=E7=BB=BF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tauri-app/src/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tauri-app/src/App.css b/tauri-app/src/App.css index 3729700..2e49499 100644 --- a/tauri-app/src/App.css +++ b/tauri-app/src/App.css @@ -13,7 +13,7 @@ width: 40px; height: 40px; border: 3px solid #e8e8e8; - border-top-color: #1a9e8a; + border-top-color: var(--primary); border-radius: 50%; animation: app-loading-spin 0.8s linear infinite; } @@ -27,7 +27,7 @@ .app-loading-text { font-size: 16px; font-weight: 500; - color: #1a9e8a; + color: var(--primary); letter-spacing: 2px; }