refactor: update SingleSelect label class and adjust NavItem icon size

This commit is contained in:
Johnpaul
2025-09-08 17:47:30 +01:00
parent 0e3da72267
commit c0eacb7e97
3 changed files with 3 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ const pt = computed(() => ({
label: {
class:
// Align with MultiSelect labelContainer spacing
'flex-1 flex items-center overflow-hidden whitespace-nowrap pl-4 py-2 outline-hidden'
'flex-1 flex items-center whitespace-nowrap pl-4 py-2 outline-hidden'
},
dropdown: {
class:

View File

@@ -9,7 +9,7 @@
role="button"
@click="onClick"
>
<component :is="iconComponent" class="text-xs text-neutral" />
<component :is="iconComponent" class="text-sm text-neutral" />
<span class="flex items-center">
<slot></slot>
</span>

View File

@@ -916,7 +916,7 @@
}
},
"categories": "Categories",
"resetFilters": "Reset Filters",
"resetFilters": "Clear Filters",
"sorting": "Sort by",
"activeFilters": "Filters:",
"loading": "Loading templates...",