feat(ContactList): add @contact-list-item-radio-icon-color var (#8322)

This commit is contained in:
neverland
2021-03-11 21:15:55 +08:00
committed by GitHub
parent dcd5f08b3b
commit 27a52949fa
7 changed files with 26 additions and 21 deletions
+1 -2
View File
@@ -2,7 +2,6 @@ import { PropType, defineComponent } from 'vue';
// Utils
import { createNamespace, UnknownProp } from '../utils';
import { RED } from '../utils/constant';
// Components
import { Tag } from '../tag';
@@ -41,7 +40,7 @@ export default defineComponent({
};
const renderRightIcon = () => (
<Radio name={item.id} iconSize={16} checkedColor={RED} />
<Radio class={bem('radio')} name={item.id} iconSize={16} />
);
const renderEditIcon = () => (