fix: increase keybind border-radius in search modal

This commit is contained in:
David Hill
2026-01-16 23:51:45 +00:00
parent 69215d456c
commit d1b93616f7

View File

@@ -170,7 +170,7 @@ export function DialogSelectFile() {
</Show> </Show>
</div> </div>
<Show when={item.keybind}> <Show when={item.keybind}>
<Keybind>{formatKeybind(item.keybind ?? "")}</Keybind> <Keybind class="rounded-[4px]">{formatKeybind(item.keybind ?? "")}</Keybind>
</Show> </Show>
</div> </div>
</Show> </Show>