fix: increase keybind border-radius in search modal
This commit is contained in:
parent
69215d456c
commit
d1b93616f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue