From fca430db69aa0ac49321eaada230cf99bafbb465 Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Fri, 22 Mar 2024 03:55:12 +0200 Subject: [PATCH] Fix dark theme showing ugly white square instead of X to close changes popup --- src/qml/QFieldCloudDeltaHistory.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/QFieldCloudDeltaHistory.qml b/src/qml/QFieldCloudDeltaHistory.qml index 7832835204..96bce8e21a 100644 --- a/src/qml/QFieldCloudDeltaHistory.qml +++ b/src/qml/QFieldCloudDeltaHistory.qml @@ -62,7 +62,7 @@ Popup { } iconSource: Theme.getThemeIcon( 'ic_close_black_24dp' ) iconColor: Theme.mainTextColor - bgcolor: "white" + bgcolor: Theme.mainBackgroundColor onClicked: { popup.close();