feat: add size attribute to input in HeaderSearch component for better UX
This commit is contained in:
parent
c2a791bcea
commit
138fae69fc
@ -7,6 +7,7 @@ export const HeaderSearch = () => {
|
|||||||
<input
|
<input
|
||||||
placeholder="Cari..."
|
placeholder="Cari..."
|
||||||
className="flex-1 placeholder:text-white focus:ring-0 focus:outline-none"
|
className="flex-1 placeholder:text-white focus:ring-0 focus:outline-none"
|
||||||
|
size={1}
|
||||||
/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
type="submit"
|
type="submit"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user