diff --git a/apps/web/components/site-banner.tsx b/apps/web/components/site-banner.tsx index 5990dc7..4641ed7 100644 --- a/apps/web/components/site-banner.tsx +++ b/apps/web/components/site-banner.tsx @@ -1,10 +1,14 @@ // Temporary pre-launch notice. Remove this component and its import in // app/layout.tsx once the service is open for production use. +// Background is set inline so it renders regardless of Tailwind theme wiring. export function SiteBanner() { return ( -