From 30c5412a6bb197aec2a0f0ed7b42f8a7ea2238af Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 17 Jan 2023 14:54:34 +0100 Subject: [PATCH] chore(CommandPalette): input close icon position --- src/runtime/components/navigation/CommandPalette.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/components/navigation/CommandPalette.vue b/src/runtime/components/navigation/CommandPalette.vue index 0cae947d..1d075fdc 100644 --- a/src/runtime/components/navigation/CommandPalette.vue +++ b/src/runtime/components/navigation/CommandPalette.vue @@ -23,7 +23,7 @@ v-if="closeIcon" :icon="closeIcon" variant="transparent" - class="absolute right-3" + class="absolute right-2" aria-label="close" @click="onClear" />