Skip to content

Commit

Permalink
Merge 76f2f30 into 60fd5f3
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldan authored Sep 4, 2021
2 parents 60fd5f3 + 76f2f30 commit f8626d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div v-if="config.useTooltipAsLabel" style="white-space: nowrap" :style="tooltipStyle">
{{ tooltip }}
</div>
<oh-icon v-else-if="config.icon" :icon="config.icon" :width="config.iconWidth || config.iconSize || 40" :height="config.iconHeight || config.iconSize || 40" :state="config.iconUseState ? state : undefined" />
<oh-icon v-else-if="config.icon" :icon="config.icon" :color="config.iconColor" :width="config.iconWidth || config.iconSize || 40" :height="config.iconHeight || config.iconSize || 40" :state="config.iconUseState ? state : undefined" />
</l-icon>
<l-popup v-if="context.editmode != null && !dragging">
<div class="display-flex">
Expand Down

0 comments on commit f8626d8

Please sign in to comment.