fix(@desktop/gif): fix background color on dark mode

fixes #3563
This commit is contained in:
Anthony Laibe 2021-09-20 10:20:05 +02:00 committed by Iuri Matias
parent b2e263bb3a
commit c5fb6d4853
1 changed files with 2 additions and 1 deletions

View File

@ -258,7 +258,8 @@ Popup {
Rectangle {
height: parent.height
width: parent.width
color: Style.current.background
StyledText {
id: emptyText
anchors.centerIn: parent