Mercurial > public > lazybear
comparison LazyBear/Views/Home/Helpers/CurrencyItem.swift @ 457:c6913f0ce46e
Minor UI Updates
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 28 Jun 2021 14:03:50 +0200 |
parents | 417148200aaf |
children |
comparison
equal
deleted
inserted
replaced
456:d576b2b59014 | 457:c6913f0ce46e |
---|---|
18 content.shadow(color: Color(.systemGray).opacity(0.25), radius: 10, x: 0.0, y: 0.0) | 18 content.shadow(color: Color(.systemGray).opacity(0.25), radius: 10, x: 0.0, y: 0.0) |
19 } | 19 } |
20 .frame(width: 330, height: 50) | 20 .frame(width: 330, height: 50) |
21 .overlay( | 21 .overlay( |
22 HStack { | 22 HStack { |
23 Color(.systemBlue) | 23 Color.blue |
24 .frame(width: 40) | 24 .frame(width: 40) |
25 .overlay( | 25 .overlay( |
26 Text(currency.flag) | 26 Text(currency.flag) |
27 ) | 27 ) |
28 VStack(alignment: .leading) { | 28 VStack(alignment: .leading) { |