fix: use 'label2' typography variant for ExternalResourceCard description

This commit is contained in:
Hossein Mehrabi
2023-11-21 05:54:59 +03:30
parent f5d8f8546c
commit 4906a2fc97
2 changed files with 2 additions and 2 deletions
@@ -59,7 +59,7 @@ export const AssetCard: React.FC<AssetCardProps> = ({
{isDownloadable && (
<div className="mdx-asset-card__downloadables">
{downloadable.map((downloadable, index) => (
<a href={downloadable.src} download>
<a href={downloadable.src} target="_blank" download>
<Button
key={index}
variant="outlined"
@@ -67,7 +67,7 @@ export const ExternalResourceCard: React.FC<ExternalResourceCardProps> = ({
</Typography>
{description && (
<Typography
variant="body1"
variant="label2"
component="div"
className="mdx-erc__description"
>