mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
feat: removed focus outline on mod searchbar
This commit is contained in:
parent
f71de82738
commit
b9bb3977ac
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export default function ModsList({ mods }: ModsListProps) {
|
|||
<input
|
||||
type="text"
|
||||
id="search"
|
||||
className="w-full rounded-full border-2 border-dark bg-transparent px-6 py-2 text-lg"
|
||||
className="w-full rounded-full border-2 border-dark bg-transparent px-6 py-2 text-lg outline-none"
|
||||
placeholder="Type to search..."
|
||||
value={search}
|
||||
onChange={(e) => setSearch(e.target.value)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue