mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(Carousel): arrows & indicators are broken in RTL (#2251)
This commit is contained in:
@@ -20,12 +20,12 @@ const items = [
|
||||
:prev-button="{
|
||||
color: 'gray',
|
||||
icon: 'i-heroicons-arrow-left-20-solid',
|
||||
class: '-left-12'
|
||||
class: '-start-12'
|
||||
}"
|
||||
:next-button="{
|
||||
color: 'gray',
|
||||
icon: 'i-heroicons-arrow-right-20-solid',
|
||||
class: '-right-12'
|
||||
class: '-end-12'
|
||||
}"
|
||||
arrows
|
||||
class="w-64 mx-auto"
|
||||
|
||||
Reference in New Issue
Block a user