This commit is contained in:
2025-10-28 21:27:01 +08:00
parent 13facba33a
commit 6c05026402

View File

@@ -35,7 +35,7 @@
if (self.isSelected) {
self.alpha = 1.0;
} else {
self.alpha = highlighted ? 0.7 : 1.0;
self.alpha = highlighted ? 0.2 : 1.0;
}
}