diff --git a/app/components/LoadingScreen.vue b/app/components/LoadingScreen.vue index 53fa7e9..14c7c14 100644 --- a/app/components/LoadingScreen.vue +++ b/app/components/LoadingScreen.vue @@ -19,7 +19,7 @@ const onClick = () => { viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" class="size-20 transition-[fill] duration-500 animate-pulse" - :style="{ fill: isReady ? '#888888' : '#2a2a2a' }" + :style="{ fill: isReady ? '#aaaaaa' : '#6f6f6f' }" > { {{ isReady ? t("loadingScreen.clickToStart") : t("loadingScreen.loading")