Skip to content

Commit

Permalink
fix(HorizontalNavigation): add relative class to icon
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 28, 2024
1 parent 0b29dd4 commit 0a4a9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/ui.config/navigation/horizontalNavigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
Expand Down

0 comments on commit 0a4a9e3

Please sign in to comment.