Fix: typing app button icon tint color

This commit is contained in:
2018-12-17 08:37:13 +09:00
parent 50f0bc73dd
commit e66c1eec2b
+6
View File
@@ -28,6 +28,12 @@ function TypingAppButton(type, x, y, iconSprite, buttonText, appInfo) {
"#66c", "#66c",
"#333" "#333"
); );
setting.setIconColor(
0xeeeeff,
0xddddee,
0xccccdd,
0x666666
);
break; break;
case TypingAppButton.TYPE_PRACTICE_ENGLISH: case TypingAppButton.TYPE_PRACTICE_ENGLISH: