Make radio buttons "primary" theme by default

pull/10616/head
Alex P 2018-11-14 14:36:10 -08:00
parent 2ed24a76a7
commit ab2103c0cb
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ interface Props {
@ErrorHandling
class Radio extends Component<Props> {
public static defaultProps: Partial<Props> = {
color: ComponentColor.Default,
color: ComponentColor.Primary,
size: ComponentSize.Small,
shape: ButtonShape.Default,
}