feat(AddressList): add @address-list-item-radio-icon-color var (#4481)

This commit is contained in:
neverland
2019-09-18 11:56:31 +08:00
committed by GitHub
parent df59c58ffc
commit 2038d135bc
4 changed files with 8 additions and 3 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
import { createNamespace } from '../utils';
import { RED } from '../utils/constant';
import { emit, inherit } from '../utils/functional';
import Icon from '../icon';
import Cell from '../cell';
@@ -66,7 +65,7 @@ function AddressItem(
];
return switchable && !disabled ? (
<Radio name={data.id} iconSize={16} checkedColor={RED}>
<Radio name={data.id} iconSize={16}>
{Info}
</Radio>
) : (