feat: add transition-colors on hover effects

This commit is contained in:
Benjamin Canac
2024-05-16 13:09:47 +02:00
parent 2e174c7d20
commit 633a39452a
24 changed files with 1422 additions and 1423 deletions

View File

@@ -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'
}
}]
}