diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue index aa454156..c612a517 100644 --- a/src/components/SvgIcon/index.vue +++ b/src/components/SvgIcon/index.vue @@ -1,5 +1,5 @@ @@ -20,7 +20,7 @@ export default defineComponent({ }, color: { type: String, - default: '#FFF', + default: '' }, }, setup(props) {