diff --git a/TODO.md b/TODO.md index bb391ead..f430085a 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,4 @@ - Media - - Theming (upload bar, media text bubbles) - Downloading - Bottom/top bar - Verify things work with chat.privacytools.io (subdomain weirdness) diff --git a/src/qml/Chat/UploadsBar.qml b/src/qml/Chat/UploadsBar.qml index e761bb72..7e1dde6f 100644 --- a/src/qml/Chat/UploadsBar.qml +++ b/src/qml/Chat/UploadsBar.qml @@ -7,7 +7,7 @@ Rectangle { id: uploadsBar implicitWidth: 800 implicitHeight: firstDelegate ? firstDelegate.height : 0 - color: theme.chat.typingMembers.background + color: theme.chat.uploadsBar.background opacity: implicitHeight ? 1 : 0 clip: true diff --git a/src/themes/Default.qpl b/src/themes/Default.qpl index 2d42542d..cac4727d 100644 --- a/src/themes/Default.qpl +++ b/src/themes/Default.qpl @@ -362,6 +362,9 @@ chat: colors.hue, colors.saturation, colors.intensity * 9, 0.52 ) + uploadsBar: + color background: chat.typingMembers.background + composer: color background: colors.strongBackground