Skip to content

Commit

Permalink
Make grey color lighter
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Nov 1, 2023
1 parent a233e6b commit ee76cd9
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 @@ -33,7 +33,7 @@ const colors = {
'H': [148, 205, 235],
'T': [251, 251, 251],
'P': [250, 250, 250],
'F': [191, 191, 191]
'F': [220, 220, 220]
};
let black = [0, 0, 0];

Expand Down

0 comments on commit ee76cd9

Please sign in to comment.