Use highlightBackgroundColor consistently for all chat attributes
This commit is contained in:
parent
348b26d6ec
commit
cc65c694c0
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue