Toolbar: better handle breakpoint styling
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
flex: 2;
|
||||
align-items: center;
|
||||
height: 48px;
|
||||
margin: 0 4px;
|
||||
padding: 0 24px;
|
||||
border-radius: 8px;
|
||||
color: white;
|
||||
|
||||
@@ -31,7 +31,7 @@ const SearchInput: React.FC<SearchInputProps> = () => {
|
||||
type="text"
|
||||
autoComplete="off"
|
||||
value={value}
|
||||
placeholder="Search for an icon"
|
||||
placeholder="Search"
|
||||
onChange={({ currentTarget }) => setValue(currentTarget.value)}
|
||||
/>
|
||||
{value ? (
|
||||
|
||||
Reference in New Issue
Block a user