Skip to content

Commit

Permalink
PATCH: fix BIMDataIcon fill props (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtil committed Aug 2, 2023
1 parent b178649 commit c07adb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/BIMDataComponents/BIMDataIcon/BIMDataIcon.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<template>
<component
:is="`BIMDataIcon${capitalized(name)}`"
:fill="fillColor"
:fill="fill"
:fillColor="fillColor"
:color="color"
:class="classes"
:style="style"
Expand Down

0 comments on commit c07adb9

Please sign in to comment.