Skip to content

Commit

Permalink
components(vh-icon): make default value of color prop "inherit"
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Apr 1, 2024
1 parent e5eeae7 commit 1fe1695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/vh/icon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
},
color: {
type: String,
default: "#000"
default: "inherit"
},
size: {
type: Number,
Expand Down

0 comments on commit 1fe1695

Please sign in to comment.