chore: Fix issues with Contact pages (#10544)

This commit is contained in:
Sivin Varghese
2024-12-06 03:54:10 +05:30
committed by GitHub
parent cdff624a0a
commit 41106bccb7
9 changed files with 86 additions and 88 deletions

View File

@@ -93,7 +93,7 @@ const emit = defineEmits([
"
color="slate"
size="sm"
class="relative"
class="relative w-8"
variant="ghost"
@click="emit('filter')"
>
@@ -109,7 +109,6 @@ const emit = defineEmits([
icon="i-lucide-save"
color="slate"
size="sm"
class="relative"
variant="ghost"
@click="emit('createSegment')"
/>
@@ -118,7 +117,6 @@ const emit = defineEmits([
icon="i-lucide-trash"
color="slate"
size="sm"
class="relative"
variant="ghost"
@click="emit('deleteSegment')"
/>