mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 09:20:36 +01:00
feat: add transition-colors on hover effects
This commit is contained in:
@@ -33,7 +33,7 @@ export default {
|
||||
active: false,
|
||||
to: true,
|
||||
class: {
|
||||
item: 'hover:text-gray-900 dark:hover:text-white'
|
||||
item: 'hover:text-gray-900 dark:hover:text-white transition-colors'
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user