mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 15:54:03 +01:00
fix: update UCard variant to subtle in CommandPalette component
This commit is contained in:
@@ -46,7 +46,7 @@ const commandPaletteUi = {
|
||||
|
||||
<template>
|
||||
<nav class="fixed bottom-0 left-1/2 z-50 -translate-x-1/2 pb-8">
|
||||
<UCard class="rounded-xl" :ui="{ body: 'p-2 sm:p-2' }">
|
||||
<UCard variant="subtle" class="rounded-xl" :ui="{ body: 'p-2 sm:p-2' }">
|
||||
<UFieldGroup>
|
||||
<UModal v-model:open="openMessageModal" :ui="modalUi" title="Hey" description="Hey">
|
||||
<UButton
|
||||
|
||||
Reference in New Issue
Block a user