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; }