Mercurial > public > lazybear
diff LazyBear/Views/Company/Helpers/CompanyHeader.swift @ 399:5c99883c7964
Implementing networking in CompanyView
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Sat, 15 May 2021 12:31:40 +0200 |
parents | 933546fa5651 |
children | 6dd97877f575 |
line wrap: on
line diff
--- a/LazyBear/Views/Company/Helpers/CompanyHeader.swift Sun May 09 00:07:44 2021 +0200 +++ b/LazyBear/Views/Company/Helpers/CompanyHeader.swift Sat May 15 12:31:40 2021 +0200 @@ -19,7 +19,10 @@ Spacer() - Button("Views", action: { showViewSelector = true }) + Button(action: { showViewSelector = true }) { + Text("Views ") + Image(systemName: "chevron.down") + } } } }