UNPKG

@vertisanpro/flowbite-react

Version:

Non-Official React components built for Flowbite and Tailwind CSS

14 lines (13 loc) 431 B
export const labelTheme = { root: { base: 'text-sm font-medium', disabled: 'opacity-50', colors: { default: 'text-gray-900 dark:text-white', 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', }, }, };