add chatOverlayWarningTextColor to Theme

This commit is contained in:
erinn 2020-12-02 16:02:00 -08:00
parent 4fb1f62522
commit feec7398b0
1 changed files with 1 additions and 0 deletions

View File

@ -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