import type { TooltipTheme } from '../Tooltip.vue'

const theme: TooltipTheme = {
  classes: {
    tooltip: 'bg-secondary-700 shadow-lg rounded-md border border-secondary-800 p-2 text-white text-xs w-max max-w-sm',
  },
}

export default theme
