From db9f3094fd91b5c40924e472f9c5de864f477cbd Mon Sep 17 00:00:00 2001 From: clkim Date: Thu, 30 Oct 2025 18:22:26 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20AtomsButtonLauncher=20=EC=BB=B4=ED=8F=AC?= =?UTF-8?q?=EB=84=8C=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/app.vue | 1 + .../Button/Launcher.vue} | 6 - layers/components/atoms/Button/Sns.vue | 139 ++++++++++++++++++ layers/components/atoms/icons/ShareLine.vue | 5 +- layers/components/blocks/UtileContainer.vue | 12 +- layers/components/layouts/Header.vue | 12 +- layers/components/widgets/ButtonList.vue | 89 +++++------ .../images/common/ic-v2-logo-kakao-fill.png | Bin 0 -> 348 bytes .../images/common/ic-v2-logo-kakao-fill.svg | 3 + .../images/common/ic-v2-logo-twitter-fill.png | Bin 0 -> 373 bytes .../images/common/ic-v2-logo-twitter-fill.svg | 3 + layers/templates/GrVisual01/index.vue | 33 +---- layers/types/api/gameData.ts | 7 +- 13 files changed, 218 insertions(+), 92 deletions(-) rename layers/components/{blocks/Button/Download.vue => atoms/Button/Launcher.vue} (98%) create mode 100644 layers/components/atoms/Button/Sns.vue create mode 100644 layers/public/images/common/ic-v2-logo-kakao-fill.png create mode 100644 layers/public/images/common/ic-v2-logo-kakao-fill.svg create mode 100644 layers/public/images/common/ic-v2-logo-twitter-fill.png create mode 100644 layers/public/images/common/ic-v2-logo-twitter-fill.svg diff --git a/app/app.vue b/app/app.vue index 20a7c09..7e3e42c 100644 --- a/app/app.vue +++ b/app/app.vue @@ -145,6 +145,7 @@ onBeforeUnmount(() => {

{{ gameData?.game_name }}

+ { - - - - - - diff --git a/layers/components/atoms/icons/ShareLine.vue b/layers/components/atoms/icons/ShareLine.vue index 5f4822b..68998ef 100644 --- a/layers/components/atoms/icons/ShareLine.vue +++ b/layers/components/atoms/icons/ShareLine.vue @@ -6,7 +6,7 @@ interface Props { withDefaults(defineProps(), { size: 24, - color: 'white', + color: 'rgba(255,255,255,0.5)', }) @@ -16,13 +16,12 @@ withDefaults(defineProps(), { :width="size" :height="size" viewBox="0 0 24 24" - fill="none" + :fill="color" > diff --git a/layers/components/blocks/UtileContainer.vue b/layers/components/blocks/UtileContainer.vue index 86a3fde..7e269c6 100644 --- a/layers/components/blocks/UtileContainer.vue +++ b/layers/components/blocks/UtileContainer.vue @@ -22,15 +22,17 @@ const pinToParent = computed(() => {