mt-flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
17 lines (16 loc) • 535 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.labelTheme = void 0;
exports.labelTheme = {
root: {
base: 'text-sm font-medium',
disabled: 'opacity-50',
colors: {
default: 'text-gray-900 dark:text-gray-300',
info: 'text-cyan-500 dark:text-cyan-600',
failure: 'text-red-700 dark:text-red-500',
warning: 'text-yellow-500 dark:text-yellow-600',
success: 'text-green-700 dark:text-green-500',
},
},
};
;