Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions documentation/react/timeline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function DefaultTimeline() {
</Typography>
</TimelineHeader>
<TimelineBody className="pb-8">
<Typography variant="small" color="gary" className="font-normal text-gray-600">
<Typography variant="small" className="font-normal text-gray-600">
The key to more success is to have a lot of pillows. Put it this way, it took me
twenty five years to get these plants, twenty five years of blood sweat and tears, and
I&apos;m never giving up, I&apos;m just getting started. I&apos;m up to something. Fan
Expand All @@ -75,7 +75,7 @@ export function DefaultTimeline() {
</Typography>
</TimelineHeader>
<TimelineBody className="pb-8">
<Typography variant="small" color="gary" className="font-normal text-gray-600">
<Typography variant="small" className="font-normal text-gray-600">
The key to more success is to have a lot of pillows. Put it this way, it took me
twenty five years to get these plants, twenty five years of blood sweat and tears, and
I&apos;m never giving up, I&apos;m just getting started. I&apos;m up to something. Fan
Expand All @@ -91,7 +91,7 @@ export function DefaultTimeline() {
</Typography>
</TimelineHeader>
<TimelineBody>
<Typography variant="small" color="gary" className="font-normal text-gray-600">
<Typography variant="small" className="font-normal text-gray-600">
The key to more success is to have a lot of pillows. Put it this way, it took me
twenty five years to get these plants, twenty five years of blood sweat and tears, and
I&apos;m never giving up, I&apos;m just getting started. I&apos;m up to something. Fan
Expand Down Expand Up @@ -142,7 +142,7 @@ export function TimelineWithIcon() {
</Typography>
</TimelineHeader>
<TimelineBody className="pb-8">
<Typography color="gary" className="font-normal text-gray-600">
<Typography className="font-normal text-gray-600">
The key to more success is to have a lot of pillows. Put it this way, it took me
twenty five years to get these plants, twenty five years of blood sweat and tears, and
I&apos;m never giving up, I&apos;m just getting started. I&apos;m up to something. Fan
Expand All @@ -161,7 +161,7 @@ export function TimelineWithIcon() {
</Typography>
</TimelineHeader>
<TimelineBody className="pb-8">
<Typography color="gary" className="font-normal text-gray-600">
<Typography className="font-normal text-gray-600">
The key to more success is to have a lot of pillows. Put it this way, it took me
twenty five years to get these plants, twenty five years of blood sweat and tears, and
I&apos;m never giving up, I&apos;m just getting started. I&apos;m up to something. Fan
Expand All @@ -179,7 +179,7 @@ export function TimelineWithIcon() {
</Typography>
</TimelineHeader>
<TimelineBody>
<Typography color="gary" className="font-normal text-gray-600">
<Typography className="font-normal text-gray-600">
The key to more success is to have a lot of pillows. Put it this way, it took me
twenty five years to get these plants, twenty five years of blood sweat and tears, and
I&apos;m never giving up, I&apos;m just getting started. I&apos;m up to something. Fan
Expand Down Expand Up @@ -230,7 +230,7 @@ export function TimelineWithAvatar() {
</Typography>
</TimelineHeader>
<TimelineBody className="pb-8">
<Typography color="gary" className="font-normal text-gray-600">
<Typography className="font-normal text-gray-600">
The key to more success is to have a lot of pillows. Put it this way, it took me
twenty five years to get these plants, twenty five years of blood sweat and tears, and
I&apos;m never giving up, I&apos;m just getting started. I&apos;m up to something. Fan
Expand All @@ -249,7 +249,7 @@ export function TimelineWithAvatar() {
</Typography>
</TimelineHeader>
<TimelineBody className="pb-8">
<Typography color="gary" className="font-normal text-gray-600">
<Typography className="font-normal text-gray-600">
The key to more success is to have a lot of pillows. Put it this way, it took me
twenty five years to get these plants, twenty five years of blood sweat and tears, and
I&apos;m never giving up, I&apos;m just getting started. I&apos;m up to something. Fan
Expand All @@ -267,7 +267,7 @@ export function TimelineWithAvatar() {
</Typography>
</TimelineHeader>
<TimelineBody>
<Typography color="gary" className="font-normal text-gray-600">
<Typography className="font-normal text-gray-600">
The key to more success is to have a lot of pillows. Put it this way, it took me
twenty five years to get these plants, twenty five years of blood sweat and tears, and
I&apos;m never giving up, I&apos;m just getting started. I&apos;m up to something. Fan
Expand Down