import type { PopoverContainerTheme } from '../PopoverContainer.vue'

const theme: PopoverContainerTheme = {
  classes: {
    wrapper: 'block w-full bg-white dark:bg-secondary-700 shadow-lg rounded-md border border-secondary-200 dark:border-secondary-800',
  },
}

export default theme
