From 7fe0aa73b42cbb8f84c00bccd532d7b0befeb8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor?= <69174195+fonteeboa@users.noreply.github.com> Date: Sun, 19 Oct 2025 19:04:16 -0300 Subject: [PATCH] =?UTF-8?q?change:=20css=20para=20cor=20bg=20preta,=20ajus?= =?UTF-8?q?tado=20para=20na=20tela=20de=20loading=20n=C3=A3o=20parecer=20o?= =?UTF-8?q?=20reinicio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/app/page.tsx | 2 +- apps/web/components/theme-provider.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/app/page.tsx b/apps/web/app/page.tsx index 62d7846..92134a3 100644 --- a/apps/web/app/page.tsx +++ b/apps/web/app/page.tsx @@ -146,7 +146,7 @@ export default function HomeStepsSimple() { AliasMap - {step > 0 && ( + {step > 0 && step != 1 && ( diff --git a/apps/web/components/theme-provider.tsx b/apps/web/components/theme-provider.tsx index 0e2ee4d..e50c2ac 100644 --- a/apps/web/components/theme-provider.tsx +++ b/apps/web/components/theme-provider.tsx @@ -28,7 +28,7 @@ const DARK = { dark: "#006118ff", }, secondary: { main: "#F9FAFB" }, - background: { default: "#010409e6", paper: "#010409e6" }, + background: { default: "#000", paper: "#000" }, text: { primary: "#FFFFFF", secondary: "#9CA3AF" }, error: { main: "#EF4444" }, found: "#10B981",