UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

18 lines (15 loc) 479 B
import { createTheme } from '../../helpers/create-theme.js'; const helperTextTheme = createTheme({ root: { base: "mt-2 text-sm", colors: { gray: "text-gray-500 dark:text-gray-300", info: "text-cyan-700 dark:text-cyan-800", success: "text-green-600 dark:text-green-500", failure: "text-red-600 dark:text-red-500", warning: "text-yellow-500 dark:text-yellow-600" } } }); export { helperTextTheme }; //# sourceMappingURL=theme.js.map