From b294b759ee742ee3c8a42a9f4548b4a3b343b688 Mon Sep 17 00:00:00 2001 From: clkim Date: Thu, 20 Nov 2025 09:57:38 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20svg=20=EC=95=84=EC=9D=B4=EC=BD=98=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20=ED=85=8D=EC=8A=A4=ED=8A=B8=EC=99=80=20?= =?UTF-8?q?=EB=8F=99=EC=9D=BC=ED=95=9C=20=EC=BB=AC=EB=9F=AC=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/components/atoms/Button/index.vue | 9 +++++++-- layers/components/atoms/icons/LongArrowRightLine.vue | 3 +-- layers/components/atoms/icons/WebLinkLine.vue | 4 +--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/layers/components/atoms/Button/index.vue b/layers/components/atoms/Button/index.vue index da16f05..487c572 100644 --- a/layers/components/atoms/Button/index.vue +++ b/layers/components/atoms/Button/index.vue @@ -75,14 +75,19 @@ const componentProps = computed(() => { + - diff --git a/layers/components/atoms/icons/LongArrowRightLine.vue b/layers/components/atoms/icons/LongArrowRightLine.vue index 7622080..197ee49 100644 --- a/layers/components/atoms/icons/LongArrowRightLine.vue +++ b/layers/components/atoms/icons/LongArrowRightLine.vue @@ -16,11 +16,10 @@ withDefaults(defineProps(), { :width="size" :height="size" viewBox="0 0 24 24" - fill="none" + :fill="color" > diff --git a/layers/components/atoms/icons/WebLinkLine.vue b/layers/components/atoms/icons/WebLinkLine.vue index 05c3912..38d6b14 100644 --- a/layers/components/atoms/icons/WebLinkLine.vue +++ b/layers/components/atoms/icons/WebLinkLine.vue @@ -16,15 +16,13 @@ withDefaults(defineProps(), { :width="size" :height="size" viewBox="0 0 16 16" - fill="none" + :fill="color" >