diff --git a/src/pages/components/toggle/images/toggle-style-color.png b/src/pages/components/toggle/images/toggle-style-color.png
index fb8853e1c80..97edeb4b767 100644
Binary files a/src/pages/components/toggle/images/toggle-style-color.png and b/src/pages/components/toggle/images/toggle-style-color.png differ
diff --git a/src/pages/components/toggle/images/toggle-style-default-spec.png b/src/pages/components/toggle/images/toggle-style-default-spec.png
index aa72ece7162..4c69c5bd529 100644
Binary files a/src/pages/components/toggle/images/toggle-style-default-spec.png and b/src/pages/components/toggle/images/toggle-style-default-spec.png differ
diff --git a/src/pages/components/toggle/style.mdx b/src/pages/components/toggle/style.mdx
index 5586362dbf2..7966030344c 100755
--- a/src/pages/components/toggle/style.mdx
+++ b/src/pages/components/toggle/style.mdx
@@ -25,10 +25,13 @@ structure, and size.
## Color
+Both the default and small toggle variants share the same color and interactive
+state properties.
+
| Element | Property | Color token |
| ---------------- | ---------------- | ------------------ |
-| Label text | text color | `$text-secondary` |
-| Action text | text color | `$text-primary` |
+| Label text | text-color | `$text-secondary` |
+| State text | text-color | `$text-primary` |
| Background (off) | background-color | `$toggle-off` |
| Handle (off) | background-color | `$icon-on-color` |
| Background (on) | background-color | `$support-success` |
@@ -38,68 +41,68 @@ structure, and size.