mt-flowbite-react
Version: 
Official React components built for Flowbite and Tailwind CSS
14 lines (13 loc) • 434 B
JavaScript
export const 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',
        },
    },
};