Allow profile edit button text to scale down when translation is too long
Closes: #432
This commit is contained in:
@@ -91,6 +91,7 @@ struct EditButton: View {
|
|||||||
RoundedRectangle(cornerRadius: 24)
|
RoundedRectangle(cornerRadius: 24)
|
||||||
.stroke(borderColor(), lineWidth: 1)
|
.stroke(borderColor(), lineWidth: 1)
|
||||||
}
|
}
|
||||||
|
.minimumScaleFactor(0.5)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user