fix: make the website also work on mobile

This commit is contained in:
2025-01-25 00:45:22 +01:00
parent 1838a25f9a
commit d8f40500bb
5 changed files with 9 additions and 8 deletions

View File

@ -191,7 +191,7 @@ export const KMenu = (
}}
style={{ outline: "none !important" }}
placeholder="Command"
class="bg-transparent color pl-4 outline outline outline-2 outline-offset-2"
class="bg-transparent color pl-4 outline-none"
/>
</>
)}