{value}
{trend !== DeviationIndicator.None && (
diff --git a/packages/main/src/enums/ValueColor.ts b/packages/main/src/enums/ValueColor.ts
index 1e190b742a8..fd56ea917ed 100644
--- a/packages/main/src/enums/ValueColor.ts
+++ b/packages/main/src/enums/ValueColor.ts
@@ -17,7 +17,8 @@ export enum ValueColor {
Neutral = 'Neutral',
/**
* None value color.
- * _Note_: The None value color is set to prevent the display of tooltip 'Neutral' for numeric content.
+ *
+ * __Note__: "None" has the same color as "Neutral" but doesn't add the tooltip and accessible-name.
*/
None = 'None',
}