Improve texts
This commit is contained in:
parent
f8fc37d7e0
commit
f284696e21
@ -28,7 +28,9 @@ struct ContentView: View {
|
|||||||
.font(.title)
|
.font(.title)
|
||||||
Spacer()
|
Spacer()
|
||||||
}
|
}
|
||||||
|
if coordinator.state != .notChecked {
|
||||||
Text(coordinator.state.description)
|
Text(coordinator.state.description)
|
||||||
|
}
|
||||||
Spacer()
|
Spacer()
|
||||||
HStack(alignment: .bottom, spacing: 0) {
|
HStack(alignment: .bottom, spacing: 0) {
|
||||||
Button(action: { showHistorySheet = true }) {
|
Button(action: { showHistorySheet = true }) {
|
||||||
|
Loading…
Reference in New Issue
Block a user