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
2 changes: 1 addition & 1 deletion data/themes/docs/theme/color.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var(--accent-contrast);

## Grays

You can also choose between a pure gray or a number of tinted grays. Your accent color will be automatically paired with a gray shade that compliments it. However, you can also specify a custom `grayColor` directly on the [Theme](/themes/docs/components/theme) component:
You can also choose between a pure gray or a number of tinted grays. Your accent color will be automatically paired with a gray shade that complements it. However, you can also specify a custom `grayColor` directly on the [Theme](/themes/docs/components/theme) component:

```jsx
<Theme grayColor="mauve">
Expand Down