mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 19:30:37 +01:00
fix(HorizontalNavigation): add relative class to icon
This commit is contained in:
@@ -9,7 +9,7 @@ export default {
|
|||||||
inactive: 'text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white',
|
inactive: 'text-gray-500 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white',
|
||||||
label: 'truncate relative',
|
label: 'truncate relative',
|
||||||
icon: {
|
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',
|
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'
|
inactive: 'text-gray-400 dark:text-gray-500 group-hover:text-gray-700 dark:group-hover:text-gray-200'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user