Skip to content

Commit

Permalink
Added more fringe colors for large boards
Browse files Browse the repository at this point in the history
  • Loading branch information
italankin committed Jun 4, 2022
1 parent aeba292 commit 4612201
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/java/com/italankin/fifteen/Colors.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ public class Colors {
ORANGE,
PURPLE,
MUTED_BLUE,
GREY
GREY,
LIGHT_GREEN,
PINK
};
public static final int ERROR = 0xffd24242;

Expand Down

0 comments on commit 4612201

Please sign in to comment.