Mercurial > public > lazybear
diff LazyBear/Views/Global Helpers/PriceView.swift @ 409:dc8dccd18e86
Minor UI changes
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Sun, 06 Jun 2021 19:07:21 +0200 |
parents | 933546fa5651 |
children | 2984d8946342 |
line wrap: on
line diff
--- a/LazyBear/Views/Global Helpers/PriceView.swift Sun Jun 06 17:39:22 2021 +0200 +++ b/LazyBear/Views/Global Helpers/PriceView.swift Sun Jun 06 19:07:21 2021 +0200 @@ -14,7 +14,7 @@ var body: some View { VStack(alignment: style.alignment) { - Text("$\(latestPrice, specifier: "%.2f")") + Text("\(latestPrice, specifier: "%.2f")") .foregroundColor(changePercent < 0 ? .red: .green) .font(style.priceFont) .fontWeight(style.priceFontWeight)