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