Skip to content

Commit

Permalink
fix: fix color prop
Browse files Browse the repository at this point in the history
  • Loading branch information
glopezep committed Mar 19, 2019
1 parent 04c6447 commit 8eb9142
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/icon/icon.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<template>
<span :style="style">
<span
:style="style"
:color="color"
>
<v-icon
:name="name"
:scale="scale"
Expand Down

0 comments on commit 8eb9142

Please sign in to comment.