Desktop: switch deactivation screen background to solid black
This commit is contained in:
parent
77f48652cd
commit
2c7c22d70b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import { ShieldAlert, Mail } from "lucide-react"
|
|||
|
||||
export function DeactivationScreen({ companyName }: { companyName?: string | null }) {
|
||||
return (
|
||||
<div className="min-h-screen grid place-items-center bg-gradient-to-b from-slate-50 via-slate-50 to-white p-6">
|
||||
<div className="min-h-screen grid place-items-center bg-neutral-950 p-6">
|
||||
<div className="flex w-full max-w-[720px] flex-col items-center gap-6 rounded-2xl border border-slate-200 bg-white px-8 py-10 shadow-sm">
|
||||
<div className="flex flex-col items-center gap-3 text-center">
|
||||
<span className="inline-flex items-center gap-2 rounded-full border border-rose-200 bg-rose-50 px-3 py-1 text-xs font-semibold text-rose-700">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue