summaryrefslogtreecommitdiffstats
path: root/qml/ToplistPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/ToplistPage.qml')
-rw-r--r--qml/ToplistPage.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/qml/ToplistPage.qml b/qml/ToplistPage.qml
index 5d10f56..e4424a5 100644
--- a/qml/ToplistPage.qml
+++ b/qml/ToplistPage.qml
@@ -71,7 +71,9 @@ Page {
Rectangle {
anchors.fill: parent
visible: spotifySession.offlineMode
- color: "#DD000000"
+ anchors.rightMargin: -UI.MARGIN_XLARGE
+ anchors.leftMargin: -UI.MARGIN_XLARGE
+ color: theme.inverted ? "#DD000000" : "#DDFFFFFF"
z: 500
Label {
@@ -145,7 +147,7 @@ Page {
anchors.bottom: parent.bottom
width: parent.width
height: newAlbumName.height + 2
- color: "#BA202020"
+ color: theme.inverted ? "#BA202020" : "#BAD7D7D7"
Column {
id: newAlbumName