mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix CI test linting of 'currentcolor' in component IconSVG.vue
This commit is contained in:
parent
cd1caf0637
commit
97a9d15125
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user