Skip to content

Commit 3d227bb

Browse files
committed
make note clearer
1 parent b0d70c6 commit 3d227bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/main/src/components/AnalyticalCardHeader/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface AnalyticalCardHeaderPropTypes extends CommonProps {
5959
* The semantic color which represents the state of the main number indicator.
6060
* Available options are: <ul> <li><code>None</code></li> <li><code>Error</code></li> <li><code>Critical</code></li> <li><code>Good</code></li> <li><code>Neutral</code></li></ul>
6161
*
62-
* __Note__: "None" has the same color as "Neutral" but doesn't add the tooltip and accessible-name.
62+
* __Note__: "None" has the same color as "Neutral" but doesn't add the tooltip and accessible-name for the numeric content.
6363
*
6464
* @default `"None"`
6565
*/

packages/main/src/enums/ValueColor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export enum ValueColor {
1818
/**
1919
* None value color.
2020
*
21-
* __Note__: "None" has the same color as "Neutral" but doesn't add the tooltip and accessible-name.
21+
* __Note__: "None" has the same color as "Neutral" but doesn't add the tooltip and accessible-name for the numeric content.
2222
*/
2323
None = 'None',
2424
}

0 commit comments

Comments
 (0)