diff --git a/src/renderer/src/assets/icon.png b/src/renderer/src/assets/icon.png index 865a96a2..9254a8fb 100644 Binary files a/src/renderer/src/assets/icon.png and b/src/renderer/src/assets/icon.png differ diff --git a/src/renderer/src/pages/splash/splash.css.ts b/src/renderer/src/pages/splash/splash.css.ts index 1d807159..20d29676 100644 --- a/src/renderer/src/pages/splash/splash.css.ts +++ b/src/renderer/src/pages/splash/splash.css.ts @@ -27,22 +27,14 @@ export const updateInfoSection = style({ justifyContent: "center", }); -export const progressBarContainer = style({ - width: "100%", - borderRadius: "24px", - display: "flex", - alignItems: "center", - position: "relative", - justifyContent: "center", - border: `solid 1px ${vars.color.border}`, - overflow: "hidden", -}); - export const progressBar = style({ WebkitAppearance: "none", appearance: "none", - position: "absolute", + borderRadius: "4px", width: "100%", + border: `solid 1px ${vars.color.border}`, + overflow: "hidden", + height: "18px", "::-webkit-progress-value": { backgroundColor: vars.color.background, transition: "width 0.2s", diff --git a/src/renderer/src/pages/splash/splash.tsx b/src/renderer/src/pages/splash/splash.tsx index 27fbd38d..dec308c4 100644 --- a/src/renderer/src/pages/splash/splash.tsx +++ b/src/renderer/src/pages/splash/splash.tsx @@ -53,16 +53,11 @@ export default function Splash() { return ( <>
{t("downloading_version", { version: newVersion })}
-