flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
10 lines (9 loc) • 345 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.kbdTheme = void 0;
exports.kbdTheme = {
root: {
base: 'px-2 py-1.5 text-xs font-semibold text-gray-800 bg-gray-100 border border-gray-200 rounded-lg dark:bg-gray-600 dark:text-gray-100 dark:border-gray-500',
icon: 'inline-block',
},
};
;