Compare commits

...

1 Commits

Author SHA1 Message Date
1f3e3096c1 Fix profile edit button text to not wrap 2023-02-03 00:01:35 -05:00

View File

@@ -92,6 +92,7 @@ struct EditButton: View {
.stroke(borderColor(), lineWidth: 1)
}
.minimumScaleFactor(0.5)
.lineLimit(1)
}
}