Merge pull request #1026 from Adarsh9977/pricing-dialog

Refactor Pricing dialog
This commit is contained in:
Adam
2025-05-20 15:31:58 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -432,7 +432,7 @@ export function NavUser() {
<>
<PricingDialog>
<Button
className="flex h-7 w-7 px-0 cursor-pointer items-center justify-center rounded-[5px] border border-dashed dark:bg-[#262626] dark:text-[#929292]"
className="flex h-7 w-7 px-0 cursor-pointer items-center justify-center rounded-[5px] border border-dashed hover:bg-offsetLight/80 bg-transparent text-black dark:bg-[#262626] dark:text-[#929292]"
>
<Plus className="size-4" />
</Button>

View File

@@ -39,7 +39,7 @@ export function PricingDialog({ open, onOpenChange, children }: PricingDialogPro
{children}
</DialogTrigger>
<DialogContent
className="flex items-center justify-center border-none dark:bg-transparent"
className="flex items-center justify-center border-none w-auto p-1 rounded-2xl"
showOverlay
>
<DialogTitle className="text-center text-2xl"></DialogTitle>