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

@@ -23,7 +23,7 @@ const { t, locale } = useI18n()
:label="skill.name"
variant="subtle"
color="neutral"
class="shadow-md"
class="shadow-sm bg-white dark:bg-neutral-900"
:icon="skill.icon"
/>
</div>