diff options
| author | Adam <[email protected]> | 2025-12-10 07:46:10 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-10 15:17:03 -0600 |
| commit | 804ad5897f17cd5f002fbd0c124d5301205efcfb (patch) | |
| tree | e0cab61264cd3088854915870c90f65357077a04 /packages/ui/src/components/select-dialog.css | |
| parent | f20d6e855556693e33cddd51c837263c8846694d (diff) | |
| download | opencode-804ad5897f17cd5f002fbd0c124d5301205efcfb.tar.gz opencode-804ad5897f17cd5f002fbd0c124d5301205efcfb.zip | |
wip(desktop): progress
Diffstat (limited to 'packages/ui/src/components/select-dialog.css')
| -rw-r--r-- | packages/ui/src/components/select-dialog.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ui/src/components/select-dialog.css b/packages/ui/src/components/select-dialog.css index 83085e082..206eade0d 100644 --- a/packages/ui/src/components/select-dialog.css +++ b/packages/ui/src/components/select-dialog.css @@ -3,7 +3,7 @@ display: flex; flex-direction: column; overflow: hidden; - gap: 12px; + gap: 20px; padding: 0 10px; } @@ -38,7 +38,7 @@ [data-component="select-dialog"] { display: flex; flex-direction: column; - gap: 12px; + gap: 20px; [data-slot="select-dialog-empty-state"] { display: flex; |
