From 6ea58d7990f68f6f89db6780d4b275200367e19d Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Fri, 28 Mar 2025 15:02:15 +0100 Subject: [PATCH] Changed Bottom Spacing --- components/mobile/FloatingActionButton.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mobile/FloatingActionButton.vue b/components/mobile/FloatingActionButton.vue index 1e9502d..be3450d 100644 --- a/components/mobile/FloatingActionButton.vue +++ b/components/mobile/FloatingActionButton.vue @@ -33,7 +33,7 @@ const emit = defineEmits(['click']) :variant="props.variant" :color="props.color" @click="emit('click')" - :style="`bottom: ${10 + props.pos * 5}vh;`" + :style="`bottom: ${15 + props.pos * 5}vh;`" class="bg-white dark:bg-gray-950" />