mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
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:
parent
4c659fa519
commit
0087245d46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue