fix dot color

This commit is contained in:
wass08
2026-03-02 08:53:34 +09:00
parent 882d3fec7e
commit f17e0cb955
@@ -958,7 +958,7 @@ function ZoneItem({ zone, isLast }: { zone: ZoneNode, isLast?: boolean }) {
<button <button
className={cn( className={cn(
"mr-2 size-3 shrink-0 rounded-sm border border-border/50 transition-all hover:scale-110 cursor-pointer", "mr-2 size-3 shrink-0 rounded-sm border border-border/50 transition-all hover:scale-110 cursor-pointer",
!isSelected && "opacity-60 grayscale" !isSelected && "opacity-40"
)} )}
onClick={(e) => e.stopPropagation()} onClick={(e) => e.stopPropagation()}
style={{ backgroundColor: zone.color }} style={{ backgroundColor: zone.color }}