summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-01-21 11:13:54 -0600
committerAdam <[email protected]>2026-01-21 11:14:11 -0600
commit621550ac77fd4f9250b5b5bea7f493bfc23cacbe (patch)
tree5582a9213cbe8b46ece739bbc241c7f1c801fe56
parentb746c006cfacb1729e40829fa598fb77f94e1e9a (diff)
downloadopencode-621550ac77fd4f9250b5b5bea7f493bfc23cacbe.tar.gz
opencode-621550ac77fd4f9250b5b5bea7f493bfc23cacbe.zip
fix(app): keybind search height
-rw-r--r--packages/app/src/components/settings-keybinds.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/components/settings-keybinds.tsx b/packages/app/src/components/settings-keybinds.tsx
index 46ff49ce3..4dc397149 100644
--- a/packages/app/src/components/settings-keybinds.tsx
+++ b/packages/app/src/components/settings-keybinds.tsx
@@ -365,7 +365,7 @@ export const SettingsKeybinds: Component = () => {
</Button>
</div>
- <div class="flex items-center gap-2 px-3 py-2 rounded-lg bg-surface-base">
+ <div class="flex items-center gap-2 px-3 h-9 rounded-lg bg-surface-base">
<Icon name="magnifying-glass" class="text-icon-weak-base flex-shrink-0" />
<TextField
variant="ghost"