[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-03-06 01:28:19 +00:00
parent 5e98fd10b5
commit c0a7be720a

View File

@@ -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'