Skip to content

Commit

Permalink
Update PRC theme reference
Browse files Browse the repository at this point in the history
  • Loading branch information
iansan5653 authored Apr 17, 2024
1 parent 8f646a6 commit 7b521e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/react/theme-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: The default theme object for Primer React components
import {theme} from '@primer/react'
import ThemeReferenceTree from '~/src/components/theme-reference-tree'

Colors in this theme object reference CSS variables from Primer Primitives under the hood with a raw value as a fallback. We recommend referencing CSS variables directly, which you can reference from the [Primitive colors docs](../../foundations/primitives/color).
Colors in this theme object reference CSS variables from Primer Primitives under the hood with a raw value as a fallback. We recommend [using CSS variables directly](primer/design/content/foundations/primitives/migrating.mdx) instead.

<ThemeReferenceTree themeData={theme} />

Expand Down

0 comments on commit 7b521e5

Please sign in to comment.