mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-28 08:55:58 +01:00
feat: enhance UI components with consistent background styling for improved visibility
This commit is contained in:
@@ -93,7 +93,7 @@ const getActivity = computed(() => {
|
||||
</div>
|
||||
</div>
|
||||
<ClientOnly>
|
||||
<UCard v-if="getActivity" variant="outline" class="md:max-w-1/2 m-1 shadow-sm" :ui="{ body: 'flex gap-8 items-center' }">
|
||||
<UCard v-if="getActivity" variant="outline" class="md:max-w-1/2 m-1 shadow-sm bg-white dark:bg-neutral-900" :ui="{ body: 'flex gap-8 items-center' }">
|
||||
<UIcon
|
||||
:name="IDEs.find(ide => ide.name === getActivity!.name)!.icon"
|
||||
size="64"
|
||||
|
||||
Reference in New Issue
Block a user