fix: layouts

This commit is contained in:
Mahyar Khanbolooki
2025-07-22 00:36:20 +03:30
parent 13a3c3ce8a
commit 2454107da0
15 changed files with 167 additions and 82 deletions
+1 -1
View File
@@ -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}