Make radio buttons "primary" theme by default
parent
2ed24a76a7
commit
ab2103c0cb
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue