Fix CI test linting of 'currentcolor' in component IconSVG.vue

This commit is contained in:
Wolfgang Huß 2024-03-23 17:52:28 +01:00
parent cd1caf0637
commit 97a9d15125

View File

@ -16,7 +16,7 @@ const props = withDefaults(
<style lang="scss">
.svg-color {
color: v-bind('props.color');
fill: currentColor;
stroke: currentColor;
fill: currentcolor;
stroke: currentcolor;
}
</style>