import type { DrawerTheme } from '../Drawer.vue'

const theme: DrawerTheme = {
  classes: {
    wrapper: 'flex flex-col max-h-full bg-white dark:bg-secondary-800 transition-all',

    backdrop: 'duration-150 ease-in-out',
  },
}

export default theme
