Mercurial > public > lazybear
diff LazyBear/Views/Home/Helpers/SectorRow.swift @ 349:5ccceb527178
Implementing new internal API
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Wed, 14 Apr 2021 23:08:26 +0200 |
parents | 80bfa88c6b0f |
children | 417148200aaf |
line wrap: on
line diff
--- a/LazyBear/Views/Home/Helpers/SectorRow.swift Sun Apr 11 19:56:04 2021 +0200 +++ b/LazyBear/Views/Home/Helpers/SectorRow.swift Wed Apr 14 23:08:26 2021 +0200 @@ -17,6 +17,11 @@ .fontWeight(.semibold) .padding([.top, .horizontal]) + Text("Real-time data") + .font(.caption) + .opacity(0.5) + .padding(.horizontal) + ScrollView(.horizontal, showsIndicators: false) { HStack(spacing: 20) { ForEach(sectorPerformance, id: \.self) { sector in