Skip to content

Commit fa23dfd

Browse files
fix Remove 'automatic' option from Badge color typing (#1636) (#1637)
1 parent 0a89c2b commit fa23dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ export interface BadgeOwnProps extends StrongOwnProps {
592592
/**
593593
* The color used for the badge. When the value is `automatic`, use the hash function to determine the color.
594594
*/
595-
color?: 'automatic' | 'neutral' | 'blue' | 'red' | 'orange' | 'yellow' | 'green' | 'teal' | 'purple'
595+
color?: 'neutral' | 'blue' | 'red' | 'orange' | 'yellow' | 'green' | 'teal' | 'purple'
596596
/**
597597
* Whether or not to apply hover/focus/active styles.
598598
*/

0 commit comments

Comments
 (0)