Skip to content

Commit 53003fc

Browse files
committedJul 10, 2024·
fix(Breadcrumb): use rotate on rtl icon
1 parent 2bb8360 commit 53003fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/runtime/ui.config/navigation/breadcrumb.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ export default {
1010
inactive: ''
1111
},
1212
divider: {
13-
base: 'flex-shrink-0 w-5 h-5'
13+
base: 'flex-shrink-0 w-5 h-5 rtl:rotate-180'
1414
},
1515
active: 'text-primary-500 dark:text-primary-400',
1616
inactive: ' hover:text-gray-700 dark:hover:text-gray-200',
1717
default: {
18-
divider: 'i-heroicons-chevron-right-20-solid rtl:i-heroicons-chevron-left-20-solid'
18+
divider: 'i-heroicons-chevron-right-20-solid'
1919
}
2020
}

0 commit comments

Comments
 (0)
Please sign in to comment.