Browse Source

fix: increase keybind border-radius in search modal

David Hill 1 month ago
parent
commit
d1b93616f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/dialog-select-file.tsx

+ 1 - 1
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>