UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

16 lines (13 loc) 481 B
import { createTheme } from '../../helpers/create-theme.js'; 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: { base: "h-5 w-5", dark: "hidden dark:block", light: "dark:hidden" } } }); export { darkThemeToggleTheme }; //# sourceMappingURL=theme.js.map