mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: fix TimelineItem typography style
This commit is contained in:
+2
-2
@@ -109,7 +109,7 @@ export const TimelineItem: React.FC<TimelineItemProps> = ({
|
||||
<div className={clsx('mdx-timeline-item__border')} />
|
||||
)}
|
||||
<Typography
|
||||
variant="subtitle1"
|
||||
variant="subtitle2"
|
||||
component="span"
|
||||
className={clsx(
|
||||
'mdx-timeline-item__period',
|
||||
@@ -120,7 +120,7 @@ export const TimelineItem: React.FC<TimelineItemProps> = ({
|
||||
</Typography>
|
||||
</div>
|
||||
<Typography
|
||||
variant="h3"
|
||||
variant="h2"
|
||||
component="span"
|
||||
className="mdx-timeline-item__index"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user