Updates based on comments.

This commit is contained in:
David Langley
2022-10-13 11:12:14 +01:00
parent c73a3304ca
commit ca8467e7b0
7 changed files with 28 additions and 12 deletions
@@ -38,6 +38,7 @@ struct ComposerCreateActionList: View {
Text(action.title)
.foregroundColor(theme.colors.primaryContent)
.font(theme.fonts.body)
.accessibilityIdentifier(action.accessibilityIdentifier)
Spacer()
}
.contentShape(Rectangle())
@@ -46,6 +47,7 @@ struct ComposerCreateActionList: View {
}
.padding(.horizontal, 16)
.padding(.vertical, 12)
}
}
.padding(.top, 16)