fix: add child element to typography
This commit is contained in:
@@ -195,10 +195,10 @@ export function Search({
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Typography variant="Body/Supporting text (caption)/smBold">
|
<Typography variant="Body/Supporting text (caption)/smBold">
|
||||||
<>
|
<span>
|
||||||
<MaterialIcon icon="search" color="CurrentColor" />
|
<MaterialIcon icon="search" color="CurrentColor" />
|
||||||
{intl.formatMessage({ defaultMessage: "Search" })}
|
{intl.formatMessage({ defaultMessage: "Search" })}
|
||||||
</>
|
</span>
|
||||||
</Typography>
|
</Typography>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user