mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: adjust typography styles
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user