mirror of
https://github.com/Mail-0/Zero.git
synced 2026-07-01 08:16:28 +00:00
Merge pull request #1026 from Adarsh9977/pricing-dialog
Refactor Pricing dialog
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user