fix: layouts
This commit is contained in:
@@ -8,7 +8,7 @@ type Props = {
|
||||
|
||||
export default function SearchBox({ value, onChange }: Props) {
|
||||
return (
|
||||
<div className="bg-white inline-flex rounded-xl px-4 h-12 w-full items-center content-center">
|
||||
<div className="bg-white inline-flex rounded-xl px-4 h-10 w-full items-center content-center">
|
||||
<SearchIcon stroke="#8C90A3" />
|
||||
<input
|
||||
onChange={onChange}
|
||||
|
||||
Reference in New Issue
Block a user