diff --git a/lib/pangea/choreographer/models/pangea_match_model.dart b/lib/pangea/choreographer/models/pangea_match_model.dart index ca22cd558..749a9b7f5 100644 --- a/lib/pangea/choreographer/models/pangea_match_model.dart +++ b/lib/pangea/choreographer/models/pangea_match_model.dart @@ -134,7 +134,7 @@ class PangeaMatch { ) { double opacityFactor = 1.0; if (openMatchIndex != null && openMatchIndex != matchIndex) { - opacityFactor = 0.5; + opacityFactor = 0.2; } final int alpha = (255 * opacityFactor).round();