UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

10 lines (7 loc) 291 B
import type { PopoverContainerTheme } from '../PopoverContainer.vue' const theme: PopoverContainerTheme = { classes: { wrapper: 'block w-full bg-secondary-100 dark:bg-secondary-700 shadow-lg border border-secondary-200 dark:border-secondary-800 text-sm', }, } export default theme