Scale text for polls options (#226) close #99

This commit is contained in:
Sean Goldin 2023-01-21 07:40:56 -06:00 committed by GitHub
parent 2bcdb75f97
commit 4d96e6ea80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,6 +121,7 @@ public struct StatusPollView: View {
Text(option.title)
.foregroundColor(.white)
.font(.scaledBody)
.minimumScaleFactor(0.7)
}
.padding(.leading, 12)
}