fix: adjust typography styles

This commit is contained in:
Hossein Mehrabi
2023-12-14 04:19:42 +03:30
parent 37287fe656
commit 28c7a24605
3 changed files with 3 additions and 3 deletions
@@ -36,7 +36,7 @@ export const ColorCard: React.FC<ColorCardProps> = ({
<div className={styles.info}>
<Typography
className={styles.title}
variant="subtitle1"
variant="subtitle2"
component="div"
>
{title}
@@ -101,7 +101,7 @@ export const AssetCard: React.FC<AssetCardProps> = ({
{title && (
<Typography
component="div"
variant="subtitle1"
variant="subtitle2"
className="mdx-asset-card__title"
>
{title}
@@ -51,7 +51,7 @@ export const PageCard: React.FC<PageCardProps> = ({
<Typography
className="mdx-page-card__description"
component="span"
variant="body2"
variant="body3"
>
{description}
</Typography>