From 2c7c22d70b600a086743efee9195231e48c1afca Mon Sep 17 00:00:00 2001 From: Esdras Renan Date: Sun, 19 Oct 2025 02:16:35 -0300 Subject: [PATCH] Desktop: switch deactivation screen background to solid black --- apps/desktop/src/components/DeactivationScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/components/DeactivationScreen.tsx b/apps/desktop/src/components/DeactivationScreen.tsx index e4ba4c5..2965f51 100644 --- a/apps/desktop/src/components/DeactivationScreen.tsx +++ b/apps/desktop/src/components/DeactivationScreen.tsx @@ -2,7 +2,7 @@ import { ShieldAlert, Mail } from "lucide-react" export function DeactivationScreen({ companyName }: { companyName?: string | null }) { return ( -
+