fix transparent combobox

This commit is contained in:
end-4
2025-12-25 21:21:40 +01:00
parent 76ca889eec
commit a658aced0d
@@ -192,7 +192,7 @@ ComboBox {
id: popupBackground
anchors.fill: parent
radius: Appearance.rounding.normal
color: Appearance.colors.colSurfaceContainerHigh
color: Appearance.m3colors.m3surfaceContainerHigh
}
}