compote-ui 0.23.1 → 0.23.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<Carousel.Indicator
|
|
16
16
|
class={cn(
|
|
17
17
|
thumbnail
|
|
18
|
-
? 'size-16 cursor-pointer overflow-hidden rounded-md border-2 border-transparent opacity-60 transition-all data-current:border-primary data-current:opacity-100 [&_img]:h-full [&_img]:w-full [&_img]:object-contain [&_img]:p-
|
|
18
|
+
? 'size-16 cursor-pointer overflow-hidden rounded-md border-2 border-transparent opacity-60 transition-all data-current:border-primary data-current:opacity-100 [&_img]:h-full [&_img]:w-full [&_img]:object-contain [&_img]:p-1'
|
|
19
19
|
: 'size-2 cursor-pointer rounded-full border-0 bg-surface-3 p-0 data-current:bg-primary',
|
|
20
20
|
className
|
|
21
21
|
)}
|