Stable Modification Point
This commit is contained in:
parent
d94796173e
commit
468437b5d0
19 changed files with 500 additions and 106 deletions
|
@ -27,10 +27,8 @@ export default function CatalogSearch(props) {
|
|||
placeholder="Search Catalog"
|
||||
inputProps={{ "aria-label": `search catalog` }}
|
||||
onChange={onChange}
|
||||
fullWidth
|
||||
/>
|
||||
<IconButton type="submit" sx={{ p: "10px" }} aria-label="search">
|
||||
<SearchIcon />
|
||||
</IconButton>
|
||||
<Divider sx={{ height: 26, m: 0.5 }} orientation="vertical" />
|
||||
<IconButton
|
||||
sx={{ p: "10px", mr: 0.5 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue