Skip to content

Commit

Permalink
modificacion width inputField
Browse files Browse the repository at this point in the history
  • Loading branch information
claymartinez committed Sep 12, 2023
1 parent 16ac944 commit da8bf6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/navBar/navBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const NavBar: FC<NavBarProps> = ({}) => {
{/* input */}
<div className="flex items-center justify-center ">
<InputField
className="w-[40vw] shadow-md bg-opacity-70 bg-white "
className="w-[50vw] shadow-md bg-opacity-70 bg-white "
placeholder="Buscar Productos"
leftIcon={<Icon icon="SearchIcon" />}
/>
Expand All @@ -86,7 +86,7 @@ const NavBar: FC<NavBarProps> = ({}) => {
{/* Input mobile*/}
<div className="md:hidden flex items-center justify-center pb-3">
<InputField
className="w-[70vw] max-w-md shadow-md bg-opacity-70 bg-white"
className="w-[60vw] max-w-md shadow-md bg-opacity-70 bg-white"
placeholder="Buscar Productos"
leftIcon={<Icon icon="SearchIcon" />}
/>
Expand Down

0 comments on commit da8bf6a

Please sign in to comment.