comparison LazyBear/Views/Company/Helpers/StatsView.swift @ 424:6dd97877f575

Improve code, reorganize files
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sun, 13 Jun 2021 19:40:42 +0200
parents 5f21f7c23c5e
children c78d5b5b3bda
comparison
equal deleted inserted replaced
423:bdfdf3a1b34e 424:6dd97877f575
27 .fontWeight(.semibold) 27 .fontWeight(.semibold)
28 28
29 Spacer() 29 Spacer()
30 Text(unwrappedValue) 30 Text(unwrappedValue)
31 .font(.callout) 31 .font(.callout)
32 .lineLimit(1)
32 } 33 }
33 } 34 }
34 } 35 }
35 } 36 }
36 .navigationTitle("Key statistics") 37 .navigationTitle("Key statistics")