Fix: typing app button icon tint color
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user