Skip to content

Commit

Permalink
fix: fix TimelineItem typography style
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Dec 14, 2023
1 parent 09a4388 commit 7d60515
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -120,7 +120,7 @@ export const TimelineItem: React.FC<TimelineItemProps> = ({
</Typography>
</div>
<Typography
variant="h3"
variant="h2"
component="span"
className="mdx-timeline-item__index"
>
Expand Down

0 comments on commit 7d60515

Please sign in to comment.