themesberg / flowbite-react

Official React components built for Flowbite and Tailwind CSS
https://flowbite-react.com
MIT License
1.78k stars 396 forks source link

Global theme settings are not applied. #1241

Closed SeungJL closed 5 months ago

SeungJL commented 5 months ago

Global theme settings are not applied.

export const customTheme: CustomFlowbiteTheme = { select: { field: { select: { base: "block w-full border disabled:cursor-not-allowed disabled:opacity-50 bg-gray-50 border-gray-300 text-gray-900 focus:border-[#00c2b3] focus:ring-[#00c2b3] dark:border-gray-600 dark:bg-gray-700 dark:text-white dark:placeholder-gray-400 dark:focus:border-[#00c2b3] dark:focus:ring-[#00c2b3] p-2.5 text-sm rounded-lg", }, }, }, };