feat: update CommandPalette card variant for improved UI consistency

This commit is contained in:
2025-09-03 12:50:22 +02:00
parent c92bb2ed1f
commit ddd0b12107

View File

@@ -55,7 +55,7 @@ const commandPaletteUi = {
<template>
<nav class="fixed bottom-0 left-1/2 z-50 -translate-x-1/2 pb-8">
<UCard variant="subtle" class="rounded-xl bg-neutral-100 dark:bg-neutral-800 shadow-lg" :ui="{ body: 'p-2 sm:p-2 flex gap-2' }">
<UCard variant="outline" class="rounded-xl shadow-lg" :ui="{ body: 'p-2 sm:p-2 flex gap-2' }">
<UFieldGroup>
<UModal v-model:open="openMessageModal" :ui="modalUi" title="Hey" description="Hey">
<UButton