Skip to content

Commit

Permalink
fix(Carousel): remove trailing space in next button icon (#2088)
Browse files Browse the repository at this point in the history
Co-authored-by: selemondev-triply <selemon@triply.co>
  • Loading branch information
selemondev and selemon-dev authored Sep 3, 2024
1 parent 5754ec5 commit 1282a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/ui.config/elements/carousel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
nextButton: {
color: 'black' as const,
class: 'rtl:[&_span:last-child]:rotate-180 absolute right-4 top-1/2 transform -translate-y-1/2 rounded-full',
icon: 'i-heroicons-chevron-right-20-solid '
icon: 'i-heroicons-chevron-right-20-solid'
}
}
}

0 comments on commit 1282a5f

Please sign in to comment.