mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-30 06:28:37 +01:00
feat: enhance UI components with consistent background styling for improved visibility
This commit is contained in:
@@ -7,7 +7,7 @@ const { data: weather } = await useAsyncData<Weather>('weather', () =>
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UCard v-if="weather" variant="outline" class="md:max-w-2/3 m-1 shadow-sm">
|
||||
<UCard v-if="weather" variant="outline" class="md:max-w-2/3 m-1 shadow-sm bg-white dark:bg-neutral-900">
|
||||
<template #header>
|
||||
<div class="flex gap-4 items-center">
|
||||
<UIcon name="i-ph-cloud-duotone" size="24" />
|
||||
|
||||
Reference in New Issue
Block a user