Allow profile edit button text to scale down when translation is too long

This commit is contained in:
2023-01-30 00:03:16 -05:00
parent 7bcc345038
commit d02678751d

View File

@@ -91,6 +91,7 @@ struct EditButton: View {
RoundedRectangle(cornerRadius: 24)
.stroke(borderColor(), lineWidth: 1)
}
.minimumScaleFactor(0.5)
}
}