LiveLocationListItem: Update stop action font size.

This commit is contained in:
SBiOSoftWhare
2022-07-06 16:30:14 +02:00
parent c35bb7a0d1
commit a3d2e30993
@@ -85,7 +85,7 @@ struct LiveLocationListItem: View {
Button(VectorL10n.locationSharingLiveListItemStopSharingAction) {
onStopSharingAction?()
}
.font(theme.fonts.caption1)
.font(theme.fonts.body)
.foregroundColor(theme.colors.alert)
}
}