UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

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