mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Update search box focus style to be border-accent
This commit is contained in:
@@ -55,7 +55,7 @@ export default function SearchBar({ searchList }: Props) {
|
|||||||
className="placeholder:italic placeholder:text-opacity-75 py-3 pl-10 pr-3
|
className="placeholder:italic placeholder:text-opacity-75 py-3 pl-10 pr-3
|
||||||
block bg-skin-fill w-full rounded
|
block bg-skin-fill w-full rounded
|
||||||
border border-skin-fill border-opacity-40
|
border border-skin-fill border-opacity-40
|
||||||
focus:outline-none focus:border-skin-fill"
|
focus:outline-none focus:border-skin-accent"
|
||||||
placeholder="Search for anything..."
|
placeholder="Search for anything..."
|
||||||
type="text"
|
type="text"
|
||||||
name="search"
|
name="search"
|
||||||
|
|||||||
Reference in New Issue
Block a user