Browse Source

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

Closes: #432
master
Terry Yiu 2 years ago
committed by William Casarin
parent
commit
eddff1a579
  1. 1
      damus/Views/ProfileView.swift

1
damus/Views/ProfileView.swift

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

Loading…
Cancel
Save