update tailwindcss & tweak styles
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
<div
|
||||
{...select.getOption(option, typeof option.label === 'string' ? option.label : undefined)}
|
||||
class={[
|
||||
'flex w-full items-center gap-3 rounded px-5 py-2 text-base font-medium transition-colors',
|
||||
'flex w-full items-center gap-3 rounded px-5 py-2 text-base font-medium transition-colors select-none',
|
||||
option.disabled
|
||||
? ['cursor-not-allowed opacity-50']
|
||||
: stateless
|
||||
|
||||
Reference in New Issue
Block a user