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(() => {