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
This commit is contained in:
Khushboo-dev-cpp 2021-08-20 11:24:26 +02:00 committed by Iuri Matias
parent 99bdfc65ed
commit 7d5fac46f1
1 changed files with 0 additions and 1 deletions

View File

@ -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