diff --git a/docs/pages/webitel-ui/components/wt-hint/Readme.md b/docs/pages/webitel-ui/components/wt-hint/Readme.md
index e21d67152..9e13c21c0 100644
--- a/docs/pages/webitel-ui/components/wt-hint/Readme.md
+++ b/docs/pages/webitel-ui/components/wt-hint/Readme.md
@@ -6,9 +6,9 @@ import ExampleHint from './examples/example-hint.vue';
## Props
-| Prop | Type | Default | Code | Description |
-|-------------------|----------|---------|-------------------------------------------------------|--------------------------|
-| iconColor | String | 'info' | `{{ hint }}` | Prop for hint icon color |
+| Prop | Type | Default | Code | Description |
+|-------------------|----------|---------|-------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|
+| iconColor | String | 'info' | `{{ hint }}` | Prop for hint icon color. iconColor prop value can be the same as the color props values in the wt-icon component |
## Slots
| Name | Scope | Description |