mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
[automated] Apply ESLint and Oxfmt fixes
This commit is contained in:
@@ -247,7 +247,7 @@ const handleFocusOut = (event: FocusEvent) => {
|
||||
|
||||
const getNavigationDotClass = (index: number) =>
|
||||
cn(
|
||||
'w-2 h-2 rounded-full transition-all duration-200 border-0 cursor-pointer',
|
||||
'size-2 cursor-pointer rounded-full border-0 transition-all duration-200',
|
||||
index === currentIndex.value
|
||||
? 'bg-base-foreground'
|
||||
: 'bg-base-foreground/50 hover:bg-base-foreground/80'
|
||||
|
||||
Reference in New Issue
Block a user