configure dark mode styles for editor theme dropdown

This commit is contained in:
kachbit 2023-11-27 21:39:09 -08:00
parent 549d87942b
commit 521d9c584f

View File

@ -9,7 +9,7 @@ const Select = React.forwardRef<HTMLSelectElement, SelectProps>(
return ( return (
<select <select
className={cn( className={cn(
"block appearance-none w-full text-sm shadow-sm rounded-md border border-input bg-white py-2 px-3 focus:outline-none focus:border-black", "block appearance-none w-full text-sm shadow-sm rounded-md border border-input bg-white py-2 px-3 focus:outline-none focus:border-black dark:bg-background dark:color-white",
className className
)} )}
ref={ref} ref={ref}