comparison LazyBear/Views/Company/Helpers/CompanyHeader.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 5c99883c7964
children
comparison
equal deleted inserted replaced
423:bdfdf3a1b34e 424:6dd97877f575
18 .fontWeight(.semibold) 18 .fontWeight(.semibold)
19 19
20 Spacer() 20 Spacer()
21 21
22 Button(action: { showViewSelector = true }) { 22 Button(action: { showViewSelector = true }) {
23 Text("Views ") 23 Text("See more ")
24 Image(systemName: "chevron.down") 24 Image(systemName: "chevron.down")
25 } 25 }
26 } 26 }
27 } 27 }
28 } 28 }