add close button from settings dialog

This commit is contained in:
tusharmagar 2026-01-26 01:51:48 +05:30
parent 2b828bd138
commit 2d5a5fc8f7

View file

@ -137,7 +137,6 @@ export function SettingsDialog({ children }: SettingsDialogProps) {
<DialogTrigger asChild>{children}</DialogTrigger>
<DialogContent
className="!max-w-[900px] w-[900px] h-[600px] p-0 gap-0 overflow-hidden"
showCloseButton={false}
>
<div className="flex h-full">
{/* Sidebar */}