mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 18:30:35 +01:00
fix(Breadcrumb): use rotate on rtl icon
This commit is contained in:
@@ -10,11 +10,11 @@ export default {
|
|||||||
inactive: ''
|
inactive: ''
|
||||||
},
|
},
|
||||||
divider: {
|
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',
|
active: 'text-primary-500 dark:text-primary-400',
|
||||||
inactive: ' hover:text-gray-700 dark:hover:text-gray-200',
|
inactive: ' hover:text-gray-700 dark:hover:text-gray-200',
|
||||||
default: {
|
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