diff options
| author | David Hill <[email protected]> | 2026-01-26 16:39:01 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-26 19:47:57 +0000 |
| commit | 92229b44f885b78d6c729d5d2e71ddbe096d2672 (patch) | |
| tree | cb3d57506d42b5c3776600dfaa2ba968f489cc9e /packages/app/src | |
| parent | 0a572afd46ecdaaee3d411fe95f0ff9c26b8e1ab (diff) | |
| download | opencode-92229b44f885b78d6c729d5d2e71ddbe096d2672.tar.gz opencode-92229b44f885b78d6c729d5d2e71ddbe096d2672.zip | |
feat(ui): add optional transition animations to dialog
Diffstat (limited to 'packages/app/src')
| -rw-r--r-- | packages/app/src/components/dialog-settings.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/components/dialog-settings.tsx b/packages/app/src/components/dialog-settings.tsx index d77004d91..f8892ebbd 100644 --- a/packages/app/src/components/dialog-settings.tsx +++ b/packages/app/src/components/dialog-settings.tsx @@ -14,7 +14,7 @@ export const DialogSettings: Component = () => { const platform = usePlatform() return ( - <Dialog size="x-large"> + <Dialog size="x-large" transition> <Tabs orientation="vertical" variant="settings" defaultValue="general" class="h-full settings-dialog"> <Tabs.List> <div class="flex flex-col justify-between h-full w-full"> |
