From feec7398b043344f71e7b6a50c378f5bba4cf098 Mon Sep 17 00:00:00 2001 From: erinn Date: Wed, 2 Dec 2020 16:02:00 -0800 Subject: [PATCH] add chatOverlayWarningTextColor to Theme --- theme/Theme.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/Theme.qml b/theme/Theme.qml index 4422fcf..fc5a132 100644 --- a/theme/Theme.qml +++ b/theme/Theme.qml @@ -79,6 +79,7 @@ Item { readonly property color statusbarOnlineColor: theme.statusbarOnlineColor readonly property color statusbarOnlineFontColor: theme.statusbarOnlineFontColor + readonly property color chatOverlayWarningTextColor: theme.chatOverlayWarningTextColor readonly property color messageFromMeBackgroundColor: theme.messageFromMeBackgroundColor readonly property color messageFromMeTextColor: theme.messageFromMeTextColor readonly property color messageFromOtherBackgroundColor: theme.messageFromOtherBackgroundColor