We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24f05b commit 0bbdf3aCopy full SHA for 0bbdf3a
stubs/resources/views/flux/select/variants/default.blade.php
@@ -12,9 +12,9 @@
12
->add('appearance-none') // Strip the browser's default <select> styles...
13
->add('w-full ps-3 pe-10 block')
14
->add(match ($size) {
15
- default => 'h-10 py-2 text-base sm:text-sm leading-none rounded-lg',
16
- 'sm' => 'h-8 py-1.5 text-sm leading-none rounded-md',
17
- 'xs' => 'h-6 text-xs leading-none rounded-md',
+ default => 'h-10 py-2 text-base sm:text-sm leading-[1.375rem] rounded-lg',
+ 'sm' => 'h-8 py-1.5 text-sm leading-[1.125rem] rounded-md',
+ 'xs' => 'h-6 text-xs leading-[1.125rem] rounded-md',
18
})
19
->add('shadow-xs border')
20
->add('bg-white dark:bg-white/10 dark:disabled:bg-white/[9%]')
0 commit comments