refactor(AddressList): update style (#5507)

This commit is contained in:
rex
2020-01-09 10:09:21 +08:00
committed by neverland
parent 8ec1a90633
commit 753165fdf7
4 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ function AddressItem(
if (switchable && !disabled) {
return (
<Radio name={data.id} iconSize={16}>
<Radio name={data.id} iconSize={18}>
{Info}
</Radio>
);