summaryrefslogtreecommitdiffstats
path: root/qml/SearchPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/SearchPage.qml')
-rw-r--r--qml/SearchPage.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/qml/SearchPage.qml b/qml/SearchPage.qml
index def2dbf..cb8586c 100644
--- a/qml/SearchPage.qml
+++ b/qml/SearchPage.qml
@@ -67,7 +67,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 {