From 1fe1695d995ef3fd815aee398946837425921521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20G=C3=B6rg=C3=BCl=C3=BC?= Date: Tue, 2 Apr 2024 00:33:23 +0300 Subject: [PATCH] components(vh-icon): make default value of color prop "inherit" --- components/vh/icon.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/vh/icon.vue b/components/vh/icon.vue index ed9f5007..140a9094 100644 --- a/components/vh/icon.vue +++ b/components/vh/icon.vue @@ -30,7 +30,7 @@ export default { }, color: { type: String, - default: "#000" + default: "inherit" }, size: { type: Number,