Added standardized colors

This commit is contained in:
Alexis
2024-06-10 22:25:34 +02:00
parent 69f18e9338
commit 9127346131
9 changed files with 119 additions and 87 deletions

View File

@@ -62,9 +62,7 @@ const computedTextValue = computed(() => {
:value="category"
@select="handleCatSelect"
>
<span class="capitalize">
{{ category.name }}
</span>
{{ category.name }}
</UiCommandItem>
</UiCommandGroup>
</UiCommandList>