diff --git a/src/gui/filedetails/ShareView.qml b/src/gui/filedetails/ShareView.qml index 9c26f8e8301b8..b4aecb962771c 100644 --- a/src/gui/filedetails/ShareView.qml +++ b/src/gui/filedetails/ShareView.qml @@ -251,11 +251,12 @@ ColumnLayout { sourceComponent: Rectangle { color: palette.base + radius: Style.progressBarRadius opacity: 0.5 NCBusyIndicator { anchors.centerIn: parent - color: palette.midlight + color: palette.dark } } }