fix(Carousel): remove trailing space in next button icon (#2088)

Co-authored-by: selemondev-triply <selemon@triply.co>
This commit is contained in:
Selemondev
2024-09-03 11:51:40 +03:00
committed by GitHub
parent 5754ec565d
commit 1282a5f6c0

View File

@@ -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'
}
}
}