diff options
| author | David Hill <[email protected]> | 2026-01-16 23:51:45 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-17 00:55:13 +0000 |
| commit | d1b93616f707a780208b8a5cad2984e8c2861926 (patch) | |
| tree | b1bcbcb190eaf9756067b618fa3bc59f3d854939 /packages/app/src/components | |
| parent | 69215d456c545a6923c13cc183fcc8a027be72d7 (diff) | |
| download | opencode-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.tsx | 2 |
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> |
