mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +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
|
||||
block bg-skin-fill w-full rounded
|
||||
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..."
|
||||
type="text"
|
||||
name="search"
|
||||
|
||||
Reference in New Issue
Block a user