fix(HorizontalNavigation): add relative class to icon

This commit is contained in:
Benjamin Canac
2024-02-28 16:26:16 +01:00
parent 0b29dd4ca5
commit 0a4a9e3d2c

View File

@@ -9,7 +9,7 @@ export default {
inactive: 'text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white',
label: 'truncate relative',
icon: {
base: 'flex-shrink-0 w-5 h-5',
base: 'flex-shrink-0 w-5 h-5 relative',
active: 'text-gray-700 dark:text-gray-200',
inactive: 'text-gray-400 dark:text-gray-500 group-hover:text-gray-700 dark:group-hover:text-gray-200'
},