fix: add child element to typography

This commit is contained in:
Christian Andolf
2025-06-10 11:01:39 +02:00
parent d16bac844e
commit 65d19c7ad2

View File

@@ -195,10 +195,10 @@ export function Search({
}}
>
<Typography variant="Body/Supporting text (caption)/smBold">
<>
<span>
<MaterialIcon icon="search" color="CurrentColor" />
{intl.formatMessage({ defaultMessage: "Search" })}
</>
</span>
</Typography>
</Button>
</div>