We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a89c2b commit fa23dfdCopy full SHA for fa23dfd
index.d.ts
@@ -592,7 +592,7 @@ export interface BadgeOwnProps extends StrongOwnProps {
592
/**
593
* The color used for the badge. When the value is `automatic`, use the hash function to determine the color.
594
*/
595
- color?: 'automatic' | 'neutral' | 'blue' | 'red' | 'orange' | 'yellow' | 'green' | 'teal' | 'purple'
+ color?: 'neutral' | 'blue' | 'red' | 'orange' | 'yellow' | 'green' | 'teal' | 'purple'
596
597
* Whether or not to apply hover/focus/active styles.
598
0 commit comments