Mercurial > public > lazybear
comparison LazyBear/Views/Company/Helpers/InsiderRow.swift @ 413:2984d8946342
Minor UI changes
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Wed, 09 Jun 2021 10:23:52 +0200 |
parents | c804ce7a1560 |
children |
comparison
equal
deleted
inserted
replaced
412:a7c9dd0c5822 | 413:2984d8946342 |
---|---|
25 .opacity(0.5) | 25 .opacity(0.5) |
26 .font(.subheadline) | 26 .font(.subheadline) |
27 | 27 |
28 HStack { | 28 HStack { |
29 Spacer() | 29 Spacer() |
30 Text("\(insiderRoster.position) shares owned") | 30 Text("\(insiderRoster.position ?? 0) shares owned") |
31 .font(.caption) | 31 .font(.caption) |
32 .opacity(0.5) | 32 .opacity(0.5) |
33 } | 33 } |
34 | 34 |
35 CapsuleChartView(percentageOfWidth: percentageOfWidth) | 35 CapsuleChartView(percentageOfWidth: percentageOfWidth) |