summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/components
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2026-01-16 23:51:45 +0000
committerDavid Hill <[email protected]>2026-01-17 00:55:13 +0000
commitd1b93616f707a780208b8a5cad2984e8c2861926 (patch)
treeb1bcbcb190eaf9756067b618fa3bc59f3d854939 /packages/app/src/components
parent69215d456c545a6923c13cc183fcc8a027be72d7 (diff)
downloadopencode-d1b93616f707a780208b8a5cad2984e8c2861926.tar.gz
opencode-d1b93616f707a780208b8a5cad2984e8c2861926.zip
fix: increase keybind border-radius in search modal
Diffstat (limited to 'packages/app/src/components')
-rw-r--r--packages/app/src/components/dialog-select-file.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/components/dialog-select-file.tsx b/packages/app/src/components/dialog-select-file.tsx
index 0f37e7989..a8d105f13 100644
--- a/packages/app/src/components/dialog-select-file.tsx
+++ b/packages/app/src/components/dialog-select-file.tsx
@@ -170,7 +170,7 @@ export function DialogSelectFile() {
</Show>
</div>
<Show when={item.keybind}>
- <Keybind>{formatKeybind(item.keybind ?? "")}</Keybind>
+ <Keybind class="rounded-[4px]">{formatKeybind(item.keybind ?? "")}</Keybind>
</Show>
</div>
</Show>