Skip to content

Commit 38808e7

Browse files
authored
docs(ColorMode): fix framework-only display (#4780)
1 parent a572927 commit 38808e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/docs/2.components/color-mode-button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ links:
1515

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

18-
::component-code{prefix="color-mode"}
18+
:component-code{prefix="color-mode"}
1919

2020
::note
2121
The button defaults to `color="neutral"` and `variant="ghost"`.

docs/content/docs/2.components/color-mode-select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ links:
1515

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

18-
::component-code{prefix="color-mode"}
18+
:component-code{prefix="color-mode"}
1919

2020
## Examples
2121

0 commit comments

Comments
 (0)