Make it work in dark-mode again.

part of CURA-9522
This commit is contained in:
Remco Burema 2022-12-27 12:32:23 +01:00
parent d351458b10
commit a8570920bd

View File

@ -112,6 +112,7 @@ Popup
id: scrollViewContent id: scrollViewContent
width: childrenRect.width width: childrenRect.width
height: childrenRect.height height: childrenRect.height
color: UM.Theme.getColor("main_background")
} }
} }
} }