[new feature] SwitchCell: add active-color & inactive-color prop (#2273)

This commit is contained in:
neverland
2018-12-12 15:52:04 +08:00
committed by GitHub
parent cac7e0beff
commit a4a2ce9635
3 changed files with 7 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ export default create({
border: Boolean,
loading: Boolean,
disabled: Boolean,
activeColor: String,
inactiveColor: String,
size: {
type: String,
default: '24px'