Skip to content

Commit 29a808f

Browse files
authored
Merge pull request #280 from w3bdesign/development
Update SVGMobileSearchIcon.component.jsx
2 parents 1b32669 + a5d6be2 commit 29a808f

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 ? '60px' : '-180px',
18+
marginTop: isExpanded ? '50px' : '-180px',
1919
},
2020
],
2121
from: {
2222
opacity: isExpanded ? 1 : 0,
23-
marginTop: isExpanded ? '60px' : '-180px',
23+
marginTop: isExpanded ? '50px' : '-180px',
2424
},
2525
});
2626

0 commit comments

Comments
 (0)