Match MCP confirmation card style

This commit is contained in:
Ishaan Gupta 2026-07-02 20:37:07 +05:30
parent ca71ed6ae6
commit f0023bb414

View file

@ -9,7 +9,7 @@ export function Confirmation({ containerTag }: Props) {
return (
<Stack
align="center"
className="mx-(--page-header-px) my-(--space-6) rounded-lg border border-border bg-[var(--bg-panel)] px-(--page-header-px) py-(--space-10) text-center shadow-md"
className="mx-(--page-header-px) my-(--space-6) rounded-[20px] bg-[#1B1F24] px-(--page-header-px) py-(--space-10) text-center shadow-[0_2.842px_14.211px_0_rgba(0,0,0,0.25),inset_0.711px_0.711px_0.711px_0_rgba(255,255,255,0.10)]"
gap="md"
>
<CheckCircle className="size-12 text-success" />