UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

35 lines (34 loc) 1.14 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.accordionTheme = void 0; exports.accordionTheme = { root: { base: 'divide-y divide-gray-200 border-gray-200 dark:divide-gray-700 dark:border-gray-700', flush: { off: 'rounded-lg border', on: 'border-b', }, }, content: { base: 'py-5 px-5 last:rounded-b-lg dark:bg-gray-900 first:rounded-t-lg', }, title: { arrow: { base: 'h-6 w-6 shrink-0', open: { off: '', on: 'rotate-180', }, }, base: 'flex w-full items-center justify-between first:rounded-t-lg last:rounded-b-lg py-5 px-5 text-left font-medium text-gray-500 dark:text-gray-400', flush: { off: 'hover:bg-gray-100 focus:ring-4 focus:ring-gray-200 dark:hover:bg-gray-800 dark:focus:ring-gray-800', on: 'bg-transparent dark:bg-transparent', }, heading: '', open: { off: '', on: 'text-gray-900 bg-gray-100 dark:bg-gray-800 dark:text-white', }, }, };