mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 07:50:36 +01:00
chore(theme): update
This commit is contained in:
@@ -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'
|
||||
6
src/runtime/theme/tooltip.ts
Normal file
6
src/runtime/theme/tooltip.ts
Normal 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'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user