mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 14:36:01 +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
|
anchors.centerIn: Overlay.overlay
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: palette.toolTipBase
|
color: palette.window
|
||||||
border.width: Style.normalBorderWidth
|
border.width: Style.normalBorderWidth
|
||||||
border.color: palette.dark
|
border.color: palette.dark
|
||||||
radius: Style.slightlyRoundedButtonRadius
|
radius: Style.slightlyRoundedButtonRadius
|
||||||
|
|
Loading…
Reference in a new issue