Skip to content

Commit

Permalink
Change to less obtrusive grey color
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Oct 25, 2023
1 parent 8dddcc8 commit 552c027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/monotile/hat.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const colors = {
'H': [148, 205, 235],
'T': [251, 251, 251],
'P': [250, 250, 250],
'F': [236, 91, 91]
'F': [191, 191, 191]
};
let black = [0, 0, 0];

Expand Down

0 comments on commit 552c027

Please sign in to comment.