We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d3335 commit e8f0d13Copy full SHA for e8f0d13
src/renderer/extensions/vueNodes/components/ImagePreview.vue
@@ -242,8 +242,8 @@ const handleMouseLeave = () => {
242
243
const getNavigationDotClass = (index: number) => {
244
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'
+ 'w-2 h-2 rounded-full transition-all duration-200 border-0 cursor-pointer p-0',
+ index === currentIndex.value ? 'bg-white' : 'bg-white/50 hover:bg-white/80'
247
]
248
}
249
0 commit comments