Makes role font smaller on iOS

This commit is contained in:
Stuart Breckenridge
2022-10-03 22:31:54 +08:00
parent 75029abad6
commit e2809acb0d

View File

@@ -64,8 +64,9 @@ struct AboutView: View, LoadableAboutData {
Spacer()
if let role = appCredit.role {
Text(role)
.font(.callout)
.font(.footnote)
.foregroundColor(.secondary)
.multilineTextAlignment(.trailing)
}
if let _ = appCredit.url {
Image(systemName: "info.circle")