fix(theme): incorrect render remote iconify icon (#190)

This commit is contained in:
pengzhanbo 2024-09-18 19:49:24 +08:00 committed by GitHub
parent 22e9abe2e0
commit c2ec990c35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 6 deletions

View File

@ -66,9 +66,3 @@ const bind = computed<any>(() => ({
/>
</ClientOnly>
</template>
<style>
.vp-icon.iconify {
background-color: unset;
}
</style>

View File

@ -27,6 +27,10 @@
mask-size: 100% 100%;
}
.vp-icon.iconify {
background-color: unset;
}
/* internal icons - used under ISC from https://lucide.dev/ */
.vpi-align-left {
--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M21 6H3M15 12H3M17 18H3'/%3E%3C/svg%3E");