Fix color name typos (#2265)

This commit is contained in:
Simon Abrelat
2020-01-13 01:15:19 -05:00
committed by Peter Johnson
parent cba21a768f
commit 73302f6162
2 changed files with 8 additions and 8 deletions

View File

@@ -399,7 +399,7 @@ public class Color {
/**
* #20B2AA.
*/
public static final Color kLightSeagGeen = new Color(0.1254902f, 0.69803923f, 0.6666667f);
public static final Color kLightSeaGreen = new Color(0.1254902f, 0.69803923f, 0.6666667f);
/**
* #87CEFA.
@@ -414,7 +414,7 @@ public class Color {
/**
* #B0C4DE.
*/
public static final Color kLightSteellue = new Color(0.6901961f, 0.76862746f, 0.87058824f);
public static final Color kLightSteelBlue = new Color(0.6901961f, 0.76862746f, 0.87058824f);
/**
* #FFFFE0.