From 07a9fecf52f3fd1dc0e3a152f0c6541e5431fc23 Mon Sep 17 00:00:00 2001 From: erinn Date: Wed, 2 Dec 2020 16:03:52 -0800 Subject: [PATCH] add chatOverlayWarningTextColor to ThemeType --- theme/ThemeType.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/ThemeType.qml b/theme/ThemeType.qml index 47d3c52..382081a 100644 --- a/theme/ThemeType.qml +++ b/theme/ThemeType.qml @@ -79,6 +79,7 @@ QtObject { property color statusbarOnlineColor: "red" property color statusbarOnlineFontColor: "red" + property color chatOverlayWarningTextColor: "red" property color messageFromMeBackgroundColor: "red" property color messageFromMeTextColor: "red" property color messageFromOtherBackgroundColor: "red"