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
