Skip to content
Snippets Groups Projects
Unverified Commit dac5a001 authored by Oisin Coveney's avatar Oisin Coveney Committed by GitHub
Browse files

Fix wrong icon (#40738)

parent 907a4160
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ const MetadataSchemaList = ({
return (
<aside className={cx(AdminS.AdminList, CS.flexNoShrink)}>
<div className={AdminS.AdminListSearch}>
<Icon name="search" size={16} />
<Icon className={AdminS.Icon} name="search" size={16} />
<input
className={cx(AdminS.AdminInput, CS.pl4, CS.borderBottom)}
type="text"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment