From ab6e6200dcb7deb15269579f91f8471453581322 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Mon, 16 Mar 2026 13:43:37 +0100 Subject: [PATCH] feat(loadingScreen): brighter text --- app/components/LoadingScreen.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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")