UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

16 lines (15 loc) 503 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.helperTextTheme = void 0; exports.helperTextTheme = { root: { base: 'mt-2 text-sm', colors: { gray: 'text-gray-500 dark:text-gray-400', info: 'text-cyan-700 dark:text-cyan-800', success: 'text-green-600 dark:text-green-500', failure: 'text-red-600 dark:text-red-500', warning: 'text-yellow-500 dark:text-yellow-600', }, }, };