Skip to content

Commit 85cfa06

Browse files
committed
docs(introductions): fix text color
1 parent ecd4987 commit 85cfa06

File tree

2 files changed

+3
-3
lines changed
  • apps/website/src/routes/docs

2 files changed

+3
-3
lines changed

apps/website/src/routes/docs/headless/introduction/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { CollapsibleIcon } from '~/components/icons/CollapsibleIcon.tsx';
1717

1818
# Headless kit
1919

20-
<div class="mb-4 mt-[-8px] text-xl font-semibold text-slate-600 dark:text-slate-500">
20+
<div class="text-muted-foreground mb-4 mt-[-8px] text-xl font-semibold">
2121
A headless component library of unstyled, accessible, and resumable components for the
2222
most creative minds.
2323
</div>
@@ -141,7 +141,7 @@ One of the benefits of Qwik is its ability to create performant applications wit
141141
<div class="pb-4">
142142
If you're using `Qwik-React`, `Qwik-Angular`, `@qwikdev/astro`, we suggest incrementally adding Qwik UI components to your application.
143143
Qwik, built as a microfrontend, allows you to incrementally integrate Qwik UI components into your existing application. This approach reduces migration risk and complexity, letting you leverage Qwik UI's benefits at your own pace.
144-
</div>
144+
</div>
145145
</AccordionContent>
146146
</AccordionItem>
147147

apps/website/src/routes/docs/styled/(getting-started)/introduction/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import FluffyCreatureScreen from '../../../../../../public/images/qwik-ui-fluffy
66

77
# Styled Kit
88

9-
<div class="mb-4 mt-[-8px] text-xl font-semibold text-slate-600 dark:text-slate-500">
9+
<div class="text-muted-foreground mb-4 mt-[-8px] text-xl font-semibold">
1010
A fully customizable design system of copy-paste, reusable, styled components built on
1111
top of headless.
1212
</div>

0 commit comments

Comments
 (0)