Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mark R. Florkowski <[email protected]>
  • Loading branch information
juliusmarminge and markflorkowski authored Jan 24, 2025
1 parent 513b368 commit 49eec86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/src/app/(docs)/concepts/theming/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ export function Page() {

### Configuring TailwindCSS

<Tabs tabs={["Using Tailwind v3", "Using Tailwind v4"]}>
<Tab value="Using Tailwind v3">
<Tabs tabs={["Tailwind v3", "Tailwind v4"]}>
<Tab value="Tailwind v3">

To leverage the best developer experience, we strongly recommend wrapping your
Tailwind config with our utility function `withUt`. This utility function adds
Expand Down Expand Up @@ -215,7 +215,7 @@ export function Page() {
</CodeGroup>

</Tab>
<Tab value="Using Tailwind v4">
<Tab value="Tailwind v4">

If you're using Tailwind v4 with CSS configuration, you can use our plugin like
this:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const { useUploadThing } = generateReactHelpers<UploadRouter>();

### Add UploadThing's Styles

<Tabs tabs={["Tailwind v3", "Tailwind v4", "Not Tailwind"]}>
<Tabs tabs={["Tailwind v3", "Tailwind v4", "Other"]}>
<Tab>
Wrap your Tailwind config with the `withUt` helper. You can learn more about our
Tailwind helper in the ["Theming" page](/concepts/theming#theming-with-tailwind-css)
Expand Down

0 comments on commit 49eec86

Please sign in to comment.