feat: enhance UI components with consistent background styling for improved visibility

This commit is contained in:
2025-09-04 13:25:51 +02:00
parent 81814b507e
commit b40546ed9f
8 changed files with 36 additions and 8 deletions

View File

@@ -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" />