mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #608 from Dokploy/607-dokploy-dashboard-billing-plan-card-font-color-looks-bad-in-light-mode
fix(dokploy): adjust dark and light mode billing
This commit is contained in:
@@ -144,7 +144,7 @@ export const ShowBilling = () => {
|
|||||||
className={clsx(
|
className={clsx(
|
||||||
"flex flex-col rounded-3xl border-dashed border-2 px-4 max-w-sm",
|
"flex flex-col rounded-3xl border-dashed border-2 px-4 max-w-sm",
|
||||||
featured
|
featured
|
||||||
? "order-first bg-black border py-8 lg:order-none"
|
? "order-first border py-8 lg:order-none"
|
||||||
: "lg:py-8",
|
: "lg:py-8",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
@@ -169,7 +169,7 @@ export const ShowBilling = () => {
|
|||||||
USD
|
USD
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
<h3 className="mt-5 font-medium text-lg text-white">
|
<h3 className="mt-5 font-medium text-lg text-primary">
|
||||||
{product.name}
|
{product.name}
|
||||||
</h3>
|
</h3>
|
||||||
<p
|
<p
|
||||||
|
|||||||
Reference in New Issue
Block a user