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:
parent
99bdfc65ed
commit
7d5fac46f1
|
@ -526,7 +526,6 @@ property Component sendTransactionModalComponent: SignTransactionModal {}
|
||||||
hideStatusText.stop();
|
hideStatusText.stop();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
backgroundColor: Style.current.background
|
|
||||||
|
|
||||||
function changeZoomFactor(newFactor) {
|
function changeZoomFactor(newFactor) {
|
||||||
// FIXME there seems to be a bug in the WebEngine where the zoomFactor only update 1/2 times
|
// FIXME there seems to be a bug in the WebEngine where the zoomFactor only update 1/2 times
|
||||||
|
|
Loading…
Reference in New Issue