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:
parent
f715f72d49
commit
a91bb6da19
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue