From 7d5fac46f1fbf0ff9ece63823f27095ab1f02365 Mon Sep 17 00:00:00 2001 From: Khushboo-dev-cpp <60327365+Khushboo-dev-cpp@users.noreply.github.com> Date: Fri, 20 Aug 2021 11:24:26 +0200 Subject: [PATCH] fix(@desktop/browser) Websites with transparent background not handled properly Removed background color assignment as by default it is set to white if unassigned. This fixes the issue of strange grey background in dark mode with white components from websites with transparent background fixes #3209 --- ui/app/AppLayouts/Browser/BrowserLayout.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/AppLayouts/Browser/BrowserLayout.qml b/ui/app/AppLayouts/Browser/BrowserLayout.qml index 5770edf90f..5ae78b2c39 100644 --- a/ui/app/AppLayouts/Browser/BrowserLayout.qml +++ b/ui/app/AppLayouts/Browser/BrowserLayout.qml @@ -526,7 +526,6 @@ property Component sendTransactionModalComponent: SignTransactionModal {} hideStatusText.stop(); } } - backgroundColor: Style.current.background function changeZoomFactor(newFactor) { // FIXME there seems to be a bug in the WebEngine where the zoomFactor only update 1/2 times