From d239ca9b49cf4f00626ae747d28249546cc97a70 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 27 Oct 2024 01:58:31 -0600 Subject: [PATCH] fix(dokploy): adjust dark and light mode billing --- .../components/dashboard/settings/billing/show-billing.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/components/dashboard/settings/billing/show-billing.tsx b/apps/dokploy/components/dashboard/settings/billing/show-billing.tsx index ca684c68..16832e36 100644 --- a/apps/dokploy/components/dashboard/settings/billing/show-billing.tsx +++ b/apps/dokploy/components/dashboard/settings/billing/show-billing.tsx @@ -144,7 +144,7 @@ export const ShowBilling = () => { className={clsx( "flex flex-col rounded-3xl border-dashed border-2 px-4 max-w-sm", featured - ? "order-first bg-black border py-8 lg:order-none" + ? "order-first border py-8 lg:order-none" : "lg:py-8", )} > @@ -169,7 +169,7 @@ export const ShowBilling = () => { USD

)} -

+

{product.name}