mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 09:26:23 +02:00
add close button from settings dialog
This commit is contained in:
parent
2b828bd138
commit
2d5a5fc8f7
1 changed files with 0 additions and 1 deletions
|
|
@ -137,7 +137,6 @@ export function SettingsDialog({ children }: SettingsDialogProps) {
|
||||||
<DialogTrigger asChild>{children}</DialogTrigger>
|
<DialogTrigger asChild>{children}</DialogTrigger>
|
||||||
<DialogContent
|
<DialogContent
|
||||||
className="!max-w-[900px] w-[900px] h-[600px] p-0 gap-0 overflow-hidden"
|
className="!max-w-[900px] w-[900px] h-[600px] p-0 gap-0 overflow-hidden"
|
||||||
showCloseButton={false}
|
|
||||||
>
|
>
|
||||||
<div className="flex h-full">
|
<div className="flex h-full">
|
||||||
{/* Sidebar */}
|
{/* Sidebar */}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue