Update search box focus style to be border-accent

This commit is contained in:
Sat Naing
2022-09-26 23:06:44 +06:30
parent 5c32023cb2
commit 8476d841de
+1 -1
View File
@@ -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"