fix(CommandPalette): increase input font size to avoid zoom

This commit is contained in:
Benjamin Canac
2025-04-07 18:53:30 +02:00
parent f6ff157bc4
commit d227a105d8
5 changed files with 49 additions and 49 deletions

View File

@@ -40,7 +40,7 @@ const label = ref([])
multiple
placeholder="Search labels..."
:groups="[{ id: 'labels', items }]"
:ui="{ input: '[&>input]:h-8' }"
:ui="{ input: '[&>input]:h-8 [&>input]:text-sm' }"
/>
</template>
</UPopover>