diff --git a/src/qml/Chat/FileTransfer/TransferList.qml b/src/qml/Chat/FileTransfer/TransferList.qml index 41931b1c..cba0f5d3 100644 --- a/src/qml/Chat/FileTransfer/TransferList.qml +++ b/src/qml/Chat/FileTransfer/TransferList.qml @@ -4,7 +4,7 @@ import "../../Base" Rectangle { implicitWidth: 800 implicitHeight: firstDelegate ? firstDelegate.height : 0 - color: theme.chat.uploadsBar.background + color: theme.chat.fileTransfer.background opacity: implicitHeight ? 1 : 0 clip: true diff --git a/src/themes/Default.qpl b/src/themes/Default.qpl index 8ce78096..04b5cb85 100644 --- a/src/themes/Default.qpl +++ b/src/themes/Default.qpl @@ -392,7 +392,7 @@ chat: colors.hue, colors.saturation, colors.intensity * 9, 0.52 ) - uploadsBar: + fileTransfer: color background: chat.typingMembers.background composer: