mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
Fix borders for share details page footer
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
e44830f2b8
commit
b6b2cc0a05
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ Page {
|
|||
contentWidth: (contentItem as ListView).contentWidth
|
||||
visible: copyShareLinkButton.visible
|
||||
|
||||
background: Rectangle { color: palette.base }
|
||||
background: Rectangle { color: "transparent" }
|
||||
|
||||
Button {
|
||||
id: copyShareLinkButton
|
||||
|
|
Loading…
Reference in a new issue