From 792920baff45680de8bf71f10f3bb209ff3500c9 Mon Sep 17 00:00:00 2001 From: Pakin Date: Tue, 3 Sep 2024 13:56:53 +0700 Subject: [PATCH] WTC: fix default color not found --- xml/default_color_settings.ev | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xml/default_color_settings.ev b/xml/default_color_settings.ev index 621ab5d3..2c3b6d81 100644 --- a/xml/default_color_settings.ev +++ b/xml/default_color_settings.ev @@ -4,4 +4,5 @@ Var WelcomeColor = "0xEE8C62" Var BackgroundColor = "0xeae6e1" Var HeadlineColor = "0x513C2F" Var SubHeadlineColor = "0x6F5F51" -Var PopupBodyTextColor = "0xB78F24" \ No newline at end of file +Var PopupBodyTextColor = "0xB78F24" +Var BodyTextColor = HeadlineColor \ No newline at end of file