Skip to content

Commit 85e301f

Browse files
committed
update searchbar to include search icon
1 parent b61041d commit 85e301f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/search.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ export const Desktop = props => {
8181
<SearchResults {...rest} />
8282
</LightTheme>
8383
) : null}
84+
8485
</div>
86+
<SearchIcon style={{color: ' rgba(255, 255, 255, 0.6)'}}/>
87+
8588
</div>
8689
)
8790
}
@@ -192,6 +195,7 @@ export const Mobile = ({
192195
{...getMenuProps()}
193196
>
194197
{resultsOpen ? <SearchResults {...rest} /> : null}
198+
195199
</LightTheme>
196200
</div>
197201
</div>

0 commit comments

Comments
 (0)