diff --git a/src/components/Icon/src/Icon.vue b/src/components/Icon/src/Icon.vue index 019c334cb..853d11af9 100644 --- a/src/components/Icon/src/Icon.vue +++ b/src/components/Icon/src/Icon.vue @@ -51,7 +51,7 @@ const getIconifyStyle = computed(() => { .iconify { &:hover { :deep(svg) { - // @stylelint-disable-next-line + // prettier-ignore color: v-bind(hovercolor) !important; } }