mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-29 23:28:13 +01:00
feat: enhance UI components with consistent background styling for improved visibility
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user