Fix emoji selector page: transparency made it unusable. Use windows background color.

Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
Camila Ayres 2024-09-13 10:54:22 +02:00 committed by backportbot[bot]
parent 759c28ab7d
commit c78c716444

View File

@ -186,7 +186,7 @@ ColumnLayout {
anchors.centerIn: Overlay.overlay
background: Rectangle {
color: palette.toolTipBase
color: palette.window
border.width: Style.normalBorderWidth
border.color: palette.dark
radius: Style.slightlyRoundedButtonRadius