diff --git a/src/components/Icon/src/Icon.vue b/src/components/Icon/src/Icon.vue index ae8ab2d..06097b4 100644 --- a/src/components/Icon/src/Icon.vue +++ b/src/components/Icon/src/Icon.vue @@ -51,6 +51,7 @@ const getIconifyStyle = computed(() => { .iconify { &:hover { :deep(svg) { + // @prettier-ignore color: v-bind(hovercolor) !important; } }