1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 03:53:23 +02:00

misc: correct chatview background theme

Change-Id: Iff6b655d26d5003618aff892d205275dfa5a602b
Gitlab: #241
This commit is contained in:
Andreas Traczyk 2021-04-19 14:57:37 -04:00
parent f715f72d49
commit a91bb6da19

View file

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