reset search button
This commit is contained in:
@@ -24,12 +24,12 @@ const styles = theme => ({
|
||||
fontWeight: '300',
|
||||
color: theme.palette.primary.dark,
|
||||
backgroundColor: theme.palette.background.grey,
|
||||
minWidth: '65vw',
|
||||
minWidth: '75vw',
|
||||
padding: 0,
|
||||
margin: 0,
|
||||
paddingLeft: theme.spacing(2),
|
||||
[theme.breakpoints.up('md')]: {
|
||||
minWidth: '42vw',
|
||||
minWidth: '85vw',
|
||||
},
|
||||
}
|
||||
},
|
||||
@@ -256,6 +256,7 @@ class Grid extends Component {
|
||||
this.searchSubmit()
|
||||
}
|
||||
}}
|
||||
type="search"
|
||||
/>
|
||||
<Button onClick={this.searchSubmit}
|
||||
disabled={loading}
|
||||
|
||||
Reference in New Issue
Block a user