mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-09-03 00:23:49 +00:00
parent
2bcdb75f97
commit
4d96e6ea80
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ public struct StatusPollView: View {
|
||||||
Text(option.title)
|
Text(option.title)
|
||||||
.foregroundColor(.white)
|
.foregroundColor(.white)
|
||||||
.font(.scaledBody)
|
.font(.scaledBody)
|
||||||
|
.minimumScaleFactor(0.7)
|
||||||
}
|
}
|
||||||
.padding(.leading, 12)
|
.padding(.leading, 12)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue