Fix borders for share details page footer

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-11-14 18:58:41 +08:00
parent e44830f2b8
commit b6b2cc0a05
No known key found for this signature in database
GPG key ID: C839200C384636B0

View file

@ -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