UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

11 lines (8 loc) 252 B
import { createTheme } from '../../helpers/create-theme.js'; const blockquoteTheme = createTheme({ root: { base: "text-xl font-semibold italic text-gray-900 dark:text-white" } }); export { blockquoteTheme }; //# sourceMappingURL=theme.js.map