mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(Breadcrumb): use rotate on rtl icon
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user