UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

12 lines (9 loc) 356 B
import { createTheme } from '../../helpers/create-theme.js'; const kbdTheme = createTheme({ root: { base: "rounded-lg border border-gray-200 bg-gray-100 px-2 py-1.5 text-xs font-semibold text-gray-800 dark:border-gray-500 dark:bg-gray-600 dark:text-gray-100", icon: "inline-block" } }); export { kbdTheme }; //# sourceMappingURL=theme.js.map