compote-ui 0.23.3 → 0.23.4
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
|
-
? 'flex size-16 cursor-pointer items-center justify-center overflow-hidden rounded-md border
|
|
18
|
+
? 'flex size-16 cursor-pointer items-center justify-center overflow-hidden rounded-md border border-surface-3 opacity-85 transition-all data-current:border-2 data-current:border-primary data-current:opacity-100 [&_img]:size-14 [&_img]:max-w-full [&_img]:object-contain'
|
|
19
19
|
: 'size-2 cursor-pointer rounded-full border-0 bg-surface-3 p-0 data-current:bg-primary',
|
|
20
20
|
className
|
|
21
21
|
)}
|