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 {
|
Rectangle {
|
||||||
id: chatPinnedBackground
|
id: chatPinnedBackground
|
||||||
color: Theme.overlayBackgroundColor
|
color: Theme.highlightBackgroundColor
|
||||||
width: Theme.fontSizeExtraLarge
|
width: Theme.fontSizeExtraLarge
|
||||||
height: Theme.fontSizeExtraLarge
|
height: Theme.fontSizeExtraLarge
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
|
@ -70,7 +70,7 @@ ListItem {
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: chatSecretBackground
|
id: chatSecretBackground
|
||||||
color: Theme.overlayBackgroundColor
|
color: Theme.highlightBackgroundColor
|
||||||
width: Theme.fontSizeExtraLarge
|
width: Theme.fontSizeExtraLarge
|
||||||
height: Theme.fontSizeExtraLarge
|
height: Theme.fontSizeExtraLarge
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
|
|
|
@ -749,7 +749,7 @@ Page {
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: chatSecretBackground
|
id: chatSecretBackground
|
||||||
color: Theme.overlayBackgroundColor
|
color: Theme.highlightBackgroundColor
|
||||||
width: chatPage.isPortrait ? Theme.fontSizeLarge : Theme.fontSizeMedium
|
width: chatPage.isPortrait ? Theme.fontSizeLarge : Theme.fontSizeMedium
|
||||||
height: width
|
height: width
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
|
Loading…
Reference in a new issue