diff --git a/imports/NeoChat/Component/FullScreenImage.qml b/imports/NeoChat/Component/FullScreenImage.qml index d2b341420..e9627818d 100644 --- a/imports/NeoChat/Component/FullScreenImage.qml +++ b/imports/NeoChat/Component/FullScreenImage.qml @@ -20,13 +20,17 @@ ApplicationWindow { title: i18n("Image View - %1", filename) - color: "#BB000000" - Shortcut { sequence: "Escape" onActivated: root.destroy() } + color: Kirigami.Theme.backgroundColor + + background: AbstractButton { + onClicked: root.destroy() + } + AnimatedImage { anchors.centerIn: parent