Skip to content
Snippets Groups Projects
Commit a91bb6da authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

misc: correct chatview background theme

Change-Id: Iff6b655d26d5003618aff892d205275dfa5a602b
Gitlab: #241
parent f715f72d
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ Item {
property color messageInTxtColor: textColor
property color fileOutTimestampColor: darkTheme? "#eee" : "#555"
property color fileInTimestampColor: darkTheme? "#999" : "#555"
property color chatviewBgColor: darkTheme? "#131313" : "#fafafb"
property color chatviewBgColor: darkTheme? bgDarkMode_ : whiteColor
property color bgInvitationRectColor: darkTheme? "#222222" : whiteColor
property color placeholderTextColor: darkTheme? "#2b2b2b" : "#d3d3d3"
property color inviteHoverColor: darkTheme? blackColor : whiteColor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment