More tint color changes

This commit is contained in:
Arnfried Griesert
2023-03-06 22:11:23 +01:00
parent 40e1aace9d
commit 8f8741c903
45 changed files with 187 additions and 43 deletions
+4 -1
View File
@@ -40,8 +40,11 @@ struct PermalinkQRCodeScanner: View {
.navigationBarTitleDisplayMode(.inline)
.toolbar {
ToolbarItem(placement: .navigationBarLeading) {
Button(VectorL10n.close) {
Button {
presentationMode.wrappedValue.dismiss()
} label: {
Text(VectorL10n.close)
.foregroundColor(Color(ThemeService.shared().theme.tintColor))
}
}
}