chore(theme): update

This commit is contained in:
Benjamin Canac
2024-03-07 12:56:17 +01:00
parent 9711b4db5e
commit 842acdf4b3
2 changed files with 9 additions and 1 deletions

View File

@@ -1 +1,3 @@
export { default as button } from './button'
export { default as button } from './button'
export { default as container } from './container'
export { default as tooltip } from './tooltip'

View File

@@ -0,0 +1,6 @@
export default {
slots: {
content: 'bg-white dark:bg-gray-900 text-gray-900 dark:text-white shadow rounded ring-1 ring-gray-200 dark:ring-gray-800 h-6 px-2 py-1 text-xs font-normal truncate relative',
arrow: 'fill-white dark:fill-gray-900'
}
}