Skip to content

Commit b2a0c07

Browse files
committed
fix: tests by reverted class names
1 parent 9232570 commit b2a0c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderer/extensions/vueNodes/components/ImagePreview.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ const handleMouseLeave = () => {
242242
243243
const getNavigationDotClass = (index: number) => {
244244
return [
245-
'size-2 rounded-full transition-all duration-200 border-0 cursor-pointer p-0',
246-
index === currentIndex.value ? 'bg-white' : 'bg-white/75 hover:bg-white/80'
245+
'w-2 h-2 rounded-full transition-all duration-200 border-0 cursor-pointer p-0',
246+
index === currentIndex.value ? 'bg-white' : 'bg-white/50 hover:bg-white/80'
247247
]
248248
}
249249

0 commit comments

Comments
 (0)