From 3260b3a2548ca018a396a463d09a780df0b0da4e Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Wed, 6 Jul 2022 17:18:55 +0200 Subject: [PATCH] LiveLocationSharingViewer: Fix light theme issue. --- .../View/LiveLocationSharingViewer.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/RiotSwiftUI/Modules/Room/LiveLocationSharingViewer/View/LiveLocationSharingViewer.swift b/RiotSwiftUI/Modules/Room/LiveLocationSharingViewer/View/LiveLocationSharingViewer.swift index fbce0630a..b1913766e 100644 --- a/RiotSwiftUI/Modules/Room/LiveLocationSharingViewer/View/LiveLocationSharingViewer.swift +++ b/RiotSwiftUI/Modules/Room/LiveLocationSharingViewer/View/LiveLocationSharingViewer.swift @@ -85,6 +85,7 @@ struct LiveLocationSharingViewer: View { } .padding() } + .background(theme.colors.background.ignoresSafeArea()) } }