Skip to content

Commit

Permalink
fix: adjust typography styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Dec 14, 2023
1 parent 37287fe commit 28c7a24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const AssetCard: React.FC<AssetCardProps> = ({
{title && (
<Typography
component="div"
variant="subtitle1"
variant="subtitle2"
className="mdx-asset-card__title"
>
{title}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const PageCard: React.FC<PageCardProps> = ({
<Typography
className="mdx-page-card__description"
component="span"
variant="body2"
variant="body3"
>
{description}
</Typography>
Expand Down

0 comments on commit 28c7a24

Please sign in to comment.