UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

12 lines (9 loc) 402 B
import { createTheme } from '../../helpers/create-theme.mjs'; const darkThemeToggleTheme = createTheme({ root: { base: "rounded-lg p-2.5 text-sm text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-4 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-700", icon: "h-5 w-5" } }); export { darkThemeToggleTheme }; //# sourceMappingURL=theme.mjs.map