WTC: fix default color not found

This commit is contained in:
Pakin 2024-09-03 13:56:53 +07:00
parent cf4d3e71eb
commit 792920baff

View file

@ -4,4 +4,5 @@ Var WelcomeColor = "0xEE8C62"
Var BackgroundColor = "0xeae6e1"
Var HeadlineColor = "0x513C2F"
Var SubHeadlineColor = "0x6F5F51"
Var PopupBodyTextColor = "0xB78F24"
Var PopupBodyTextColor = "0xB78F24"
Var BodyTextColor = HeadlineColor