mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
Fix build errors.
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ struct LiveLocationSharingViewer: View {
|
||||
HStack(spacing: 10) {
|
||||
Image(uiImage: Asset.Images.locationLiveCellIcon.image)
|
||||
.renderingMode(.template)
|
||||
.foregroundColor(theme.colors.quaternaryContent)
|
||||
.foregroundColor(theme.colors.quarterlyContent)
|
||||
.frame(width: 40, height: 40)
|
||||
Text(VectorL10n.liveLocationSharingEnded)
|
||||
.font(theme.fonts.body)
|
||||
|
||||
Reference in New Issue
Block a user