fix: add labels variants for Footnote and Caption
This commit is contained in:
@@ -48,7 +48,7 @@ export default async function Breadcrumbs() {
|
||||
|
||||
return (
|
||||
<li key={breadcrumb.uid} className={styles.listItem}>
|
||||
<Footnote color="burgundy" textTransform="bold">
|
||||
<Footnote color="burgundy" type="bold">
|
||||
{breadcrumb.title}
|
||||
</Footnote>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user