Do not auto-assign Steel as a color for contacts/groups.

Should be reserved for non-contacts, but selectable in the color picker.

Fixes #8247
This commit is contained in:
Greyson Parrelli 2018-10-04 09:22:24 -07:00
parent 07d7af6e75
commit 1d7f7b6c38

View File

@ -24,8 +24,7 @@ public class ContactColors {
MaterialColor.WINTERGREEN,
MaterialColor.TEAL,
MaterialColor.BURLAP,
MaterialColor.TAUPE,
MaterialColor.STEEL
MaterialColor.TAUPE
));
public static MaterialColor generateFor(@NonNull String name) {