diff --git a/docs/components/icon-button.md b/docs/components/icon-button.md
index 5c8ae1e98..9eed9fdba 100644
--- a/docs/components/icon-button.md
+++ b/docs/components/icon-button.md
@@ -24,24 +24,6 @@ Icon buttons inherit their parent element's `font-size`.
```
-### Colors
-
-You can customize icon button's color by styling its `base` part.
-
-```html preview
-
-
-
-```
-
### Icon Button with Tooltip
Wrap a tooltip around an icon button to provide contextual information to the user.