Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove gary from timeline and let tailwind color text #817

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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