[improvement] Checkbox: update disabled label color (#2260)

This commit is contained in:
neverland
2018-12-10 20:25:13 +08:00
committed by GitHub
parent 4fe387b7b1
commit abee937da9
5 changed files with 27 additions and 16 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ const prefix = (name, mods) => {
}
const ret = {};
Object.keys(mods).forEach(key => {
mods && Object.keys(mods).forEach(key => {
ret[name + MODS + key] = mods[key];
});
return ret;