Skip to content

Commit 0ff141d

Browse files
committed
Update SVGMobileSearchIcon.component.jsx
1 parent c26672d commit 0ff141d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/SVG/SVGMobileSearchIcon.component.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ const SVGMobileSearchIcon = () => {
1515
to: [
1616
{
1717
opacity: isExpanded ? 1 : 0,
18-
marginTop: isExpanded ? '80px' : '-180px',
18+
marginTop: isExpanded ? '60px' : '-180px',
1919
},
2020
],
2121
from: {
2222
opacity: isExpanded ? 1 : 0,
23-
marginTop: isExpanded ? '80px' : '-180px',
23+
marginTop: isExpanded ? '60px' : '-180px',
2424
},
2525
});
2626

0 commit comments

Comments
 (0)