From ed1398efbfdc37b41d0d730a1b3585876977069a Mon Sep 17 00:00:00 2001 From: Rahim Date: Thu, 30 Oct 2025 05:07:48 +0000 Subject: [PATCH] docs(site): typo --- site/src/content/docs/concepts/skins.mdx | 6 +++--- site/src/content/docs/concepts/ui-components.mdx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/src/content/docs/concepts/skins.mdx b/site/src/content/docs/concepts/skins.mdx index 7cc6de76..0d7a14bb 100644 --- a/site/src/content/docs/concepts/skins.mdx +++ b/site/src/content/docs/concepts/skins.mdx @@ -138,10 +138,10 @@ export function CustomSkin({ children, className }) {
- - + + - +
diff --git a/site/src/content/docs/concepts/ui-components.mdx b/site/src/content/docs/concepts/ui-components.mdx index 3c7b4037..acd53a17 100644 --- a/site/src/content/docs/concepts/ui-components.mdx +++ b/site/src/content/docs/concepts/ui-components.mdx @@ -28,13 +28,13 @@ Each primitive represents at most **one HTML element**, without internal element ```html - +
-
+ ```