Use highlightBackgroundColor consistently for all chat attributes

This commit is contained in:
Sebastian Wolf 2021-01-06 14:01:55 +01:00
parent 348b26d6ec
commit cc65c694c0
No known key found for this signature in database
GPG key ID: CEA9522B5F38A90A
2 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ ListItem {
Rectangle {
id: chatPinnedBackground
color: Theme.overlayBackgroundColor
color: Theme.highlightBackgroundColor
width: Theme.fontSizeExtraLarge
height: Theme.fontSizeExtraLarge
anchors.top: parent.top
@ -70,7 +70,7 @@ ListItem {
Rectangle {
id: chatSecretBackground
color: Theme.overlayBackgroundColor
color: Theme.highlightBackgroundColor
width: Theme.fontSizeExtraLarge
height: Theme.fontSizeExtraLarge
anchors.bottom: parent.bottom

View file

@ -749,7 +749,7 @@ Page {
Rectangle {
id: chatSecretBackground
color: Theme.overlayBackgroundColor
color: Theme.highlightBackgroundColor
width: chatPage.isPortrait ? Theme.fontSizeLarge : Theme.fontSizeMedium
height: width
anchors.left: parent.left