Fix emoji selector page: transparency made it unusable. Use windows background color.
authorCamila Ayres <hello@camilasan.com>
Fri, 13 Sep 2024 08:54:22 +0000 (10:54 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Fri, 13 Sep 2024 11:40:45 +0000 (11:40 +0000)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/UserStatusSelector.qml

index 3d2452c6c82fffb8e183f242aa5d3f1e1755b3f8..2c2dcbf0d8f6ff842d128930ab725922648bcdff 100644 (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