diff --git a/docs/src/pages/components/ContentSwitcher.svx b/docs/src/pages/components/ContentSwitcher.svx
index ca8f14f3..fbd14f31 100644
--- a/docs/src/pages/components/ContentSwitcher.svx
+++ b/docs/src/pages/components/ContentSwitcher.svx
@@ -28,13 +28,6 @@ components: ["ContentSwitcher", "Switch"]
-### Light variant
-
-
-
-
-
-
### Custom switch slot
diff --git a/src/ContentSwitcher/ContentSwitcher.svelte b/src/ContentSwitcher/ContentSwitcher.svelte
index cb85c7fa..f7cc803a 100644
--- a/src/ContentSwitcher/ContentSwitcher.svelte
+++ b/src/ContentSwitcher/ContentSwitcher.svelte
@@ -6,7 +6,10 @@
/** Set the selected index of the switch item */
export let selectedIndex = 0;
- /** Set to `true` to enable the light variant */
+ /**
+ * Set to `true` to enable the light variant
+ * @deprecated
+ */
export let light = false;
/**