fix dot color
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user