-
Notifications
You must be signed in to change notification settings - Fork 820
Closed
Labels
buggood-first-issueIssue that should be easy for new contributors to pickupIssue that should be easy for new contributors to pickuplow-priority
Description
Related to #1592
The type union for BadgeOwnProps.color
should not include automatic
.
Line 595 in 0a89c2b
color?: 'automatic' | 'neutral' | 'blue' | 'red' | 'orange' | 'yellow' | 'green' | 'teal' | 'purple' |
I think this was a copy/paste from the Avatar
props, since it has a hashing function based on the user's initials. This is what it looks like if you pass automatic
currently:
Metadata
Metadata
Assignees
Labels
buggood-first-issueIssue that should be easy for new contributors to pickupIssue that should be easy for new contributors to pickuplow-priority