refactor(AddressList): update style (#5507)
This commit is contained in:
@@ -82,7 +82,7 @@ function AddressItem(
|
||||
|
||||
if (switchable && !disabled) {
|
||||
return (
|
||||
<Radio name={data.id} iconSize={16}>
|
||||
<Radio name={data.id} iconSize={18}>
|
||||
{Info}
|
||||
</Radio>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user