From eddff1a57901c806a9abc819d12e7516b748f43d Mon Sep 17 00:00:00 2001 From: Terry Yiu <963907+tyiu@users.noreply.github.com> Date: Mon, 30 Jan 2023 00:03:16 -0500 Subject: [PATCH] Allow profile edit button text to scale down when translation is too long Closes: #432 --- damus/Views/ProfileView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/damus/Views/ProfileView.swift b/damus/Views/ProfileView.swift index 4be870a..88018ac 100644 --- a/damus/Views/ProfileView.swift +++ b/damus/Views/ProfileView.swift @@ -91,6 +91,7 @@ struct EditButton: View { RoundedRectangle(cornerRadius: 24) .stroke(borderColor(), lineWidth: 1) } + .minimumScaleFactor(0.5) } }