Skip to content

Commit

Permalink
fixed adding of colour brown
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmiAde committed Mar 18, 2020
1 parent 27a9e16 commit 714d459
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ private String convertHexCodeTOString(int hexCode){
colour = "Purple";
break;

case "#9B5D00":
case "#FF9B5D00":
colour = "Brown";
break;

Expand Down

0 comments on commit 714d459

Please sign in to comment.