App Layout: Space names in the bottom sheet should wrap to 1 line only

This commit is contained in:
Gil Eluard
2022-12-28 11:03:15 +01:00
parent 2f76be2594
commit 3a333eff5d
2 changed files with 2 additions and 0 deletions
@@ -57,6 +57,7 @@ struct SpaceSelectorListRow: View {
.clipShape(RoundedRectangle(cornerRadius: 8))
}
Text(displayName ?? "")
.lineLimit(1)
.foregroundColor(theme.colors.primaryContent)
.font(theme.fonts.bodySB)
.accessibility(identifier: "itemName")