mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 06:21:46 +01:00
chore(module): update theming
This commit is contained in:
6
src/theme/tooltip.ts
Normal file
6
src/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