Skip to content

Commit

Permalink
fix(Carousel): update
Browse files Browse the repository at this point in the history
  • Loading branch information
Malik-Jouda committed Nov 14, 2024
1 parent d9977c0 commit 5c2008a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/carousel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default (options: Required<ModuleOptions>) => ({
vertical: {
container: 'flex-col -mt-4',
item: 'pt-4',
prev: '-top-12 left-1/2 -translate-x-1/2 rotate-90',
next: '-bottom-12 left-1/2 -translate-x-1/2 rotate-90'
prev: '-top-12 left-1/2 -translate-x-1/2 rotate-90 rtl:-rotate-90',
next: '-bottom-12 left-1/2 -translate-x-1/2 rotate-90 rtl:-rotate-90'
},
horizontal: {
container: 'flex-row -ms-4',
Expand Down

0 comments on commit 5c2008a

Please sign in to comment.