From 4f9cf606718a524fa9c69291467b7f08d220bf58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=98=89=E4=BC=9F?= <8473136@qq.com> Date: Thu, 8 Aug 2024 16:49:40 +0800 Subject: [PATCH] =?UTF-8?q?:lipstick:=20=E4=BF=AE=E6=94=B9=E9=A2=84?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/preload/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electron/preload/index.ts b/electron/preload/index.ts index ebf1276..8061fd0 100644 --- a/electron/preload/index.ts +++ b/electron/preload/index.ts @@ -44,7 +44,7 @@ function useLoading() { animation-fill-mode: both; width: 50px; height: 50px; - background: #fff; + background: #5F3BB0; animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; } .app-loading-wrap { @@ -56,7 +56,7 @@ function useLoading() { display: flex; align-items: center; justify-content: center; - background: #282c34; + background: #ffffff; z-index: 9; } `