Skip to content

Commit

Permalink
Fix dark theme showing ugly white square instead of X to close change…
Browse files Browse the repository at this point in the history
…s popup
  • Loading branch information
suricactus committed Mar 22, 2024
1 parent 42ad955 commit fca430d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/QFieldCloudDeltaHistory.qml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Popup {
}
iconSource: Theme.getThemeIcon( 'ic_close_black_24dp' )
iconColor: Theme.mainTextColor
bgcolor: "white"
bgcolor: Theme.mainBackgroundColor

onClicked: {
popup.close();
Expand Down

0 comments on commit fca430d

Please sign in to comment.