Mercurial > public > lazybear
comparison LazyBear/Views/Home/Helpers/CurrencyItem.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 | eb97439e46cd |
children | 6dd97877f575 |
comparison
equal
deleted
inserted
replaced
412:a7c9dd0c5822 | 413:2984d8946342 |
---|---|
15 RoundedRectangle(cornerRadius: 8) | 15 RoundedRectangle(cornerRadius: 8) |
16 .foregroundColor(Color(.secondarySystemBackground)) | 16 .foregroundColor(Color(.secondarySystemBackground)) |
17 .frame(width: 330, height: 50) | 17 .frame(width: 330, height: 50) |
18 .overlay( | 18 .overlay( |
19 HStack { | 19 HStack { |
20 Color("default") | 20 Color(.systemBlue) |
21 .frame(width: 40) | 21 .frame(width: 40) |
22 .overlay( | 22 .overlay( |
23 Text(currency.flag) | 23 Text(currency.flag) |
24 ) | 24 ) |
25 VStack(alignment: .leading) { | 25 VStack(alignment: .leading) { |