refactor: remove unnecessary size attribute from HeaderSearch input for improved styling
This commit is contained in:
parent
cf130a00d9
commit
5227204791
@ -6,7 +6,7 @@ export const HeaderSearch = () => {
|
|||||||
<form className="flex flex-1 justify-between gap-[15px] px-[35px]">
|
<form className="flex flex-1 justify-between gap-[15px] px-[35px]">
|
||||||
<input
|
<input
|
||||||
placeholder="Cari..."
|
placeholder="Cari..."
|
||||||
className="flex-1 text-xl placeholder:text-white focus:ring-0 focus:outline-none sm:text-2xl"
|
className="flex-1 text-xl placeholder:text-white focus:ring-0 focus:outline-none"
|
||||||
size={1}
|
size={1}
|
||||||
/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user