fix: increase keybind border-radius in search modal

This commit is contained in:
David Hill
2026-01-16 23:51:45 +00:00
parent b9c81597c4
commit 8e1386d889
@@ -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>