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