mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +03:00
Adjust search icon
This commit is contained in:
parent
96e4d196f5
commit
322af644c7
|
@ -22,7 +22,7 @@ const Search = ({ id, placeholder, settings }) => {
|
|||
return (
|
||||
<form className={classes.root}>
|
||||
<label htmlFor={id} className={classes.icon}>
|
||||
<Icon name="search" width={24} />
|
||||
<Icon name="search" width={20} />
|
||||
</label>
|
||||
<input
|
||||
id={id}
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
padding-left: 0.5rem
|
||||
position: relative
|
||||
top: 0.25rem
|
||||
left: 0.15rem
|
||||
cursor: pointer
|
||||
|
||||
/* Algolia DocSearch */
|
||||
|
|
Loading…
Reference in New Issue
Block a user