Skip to content

Commit

Permalink
fix(Breadcrumb): use rotate on rtl icon
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jul 10, 2024
1 parent 2bb8360 commit 53003fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/ui.config/navigation/breadcrumb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ export default {
inactive: ''
},
divider: {
base: 'flex-shrink-0 w-5 h-5'
base: 'flex-shrink-0 w-5 h-5 rtl:rotate-180'
},
active: 'text-primary-500 dark:text-primary-400',
inactive: ' hover:text-gray-700 dark:hover:text-gray-200',
default: {
divider: 'i-heroicons-chevron-right-20-solid rtl:i-heroicons-chevron-left-20-solid'
divider: 'i-heroicons-chevron-right-20-solid'
}
}

0 comments on commit 53003fc

Please sign in to comment.