We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50d51bb + 3d9336f commit 27f6a21Copy full SHA for 27f6a21
stubs/resources/views/flux/select/variants/default.blade.php
@@ -21,6 +21,8 @@
21
->add('text-zinc-700 dark:text-zinc-300')
22
// Make the placeholder match the text color of standard input placeholders...
23
->add('has-[option.placeholder:checked]:text-zinc-400 dark:has-[option.placeholder:checked]:text-zinc-400')
24
+ // Options on Windows don't inherit dark mode styles, so we need to force them...
25
+ ->add('dark:[&>option]:bg-zinc-700 dark:[&>option]:text-white')
26
->add('disabled:shadow-none')
27
->add($invalid
28
? 'border border-red-500'
0 commit comments