This commit is contained in:
Diogo
2024-08-27 15:16:59 +01:00
parent 5200d9c6b2
commit b08af9c11e
@@ -212,7 +212,6 @@ struct UserPicker: View {
.frame(maxWidth: 20, maxHeight: 20)
if let txt = title {
Text(txt)
.overlay(DetermineWidth())
}
Spacer()
}