Skip to content
Merged
Show file tree
Hide file tree
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 docs/content/docs/2.components/color-mode-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ links:

The ColorModeButton component extends the [Button](/docs/components/button) component, so you can pass any property such as `color`, `variant`, `size`, etc.

::component-code{prefix="color-mode"}
:component-code{prefix="color-mode"}

::note
The button defaults to `color="neutral"` and `variant="ghost"`.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/2.components/color-mode-select.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ links:

The ColorModeSelect component extends the [SelectMenu](/docs/components/select-menu) component, so you can pass any property such as `color`, `variant`, `size`, etc.

::component-code{prefix="color-mode"}
:component-code{prefix="color-mode"}

## Examples

Expand Down