diff LazyBear/Views/Home/Helpers/CurrencyItem.swift @ 424:6dd97877f575

Improve code, reorganize files
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sun, 13 Jun 2021 19:40:42 +0200
parents 2984d8946342
children 4effac4733b0
line wrap: on
line diff
--- a/LazyBear/Views/Home/Helpers/CurrencyItem.swift	Sun Jun 13 19:40:18 2021 +0200
+++ b/LazyBear/Views/Home/Helpers/CurrencyItem.swift	Sun Jun 13 19:40:42 2021 +0200
@@ -10,6 +10,7 @@
 struct CurrencyItem: View {
     var currencySymbol: String
     var currency: CurrencyModel
+    var rectangleWidth: CGFloat?
     
     var body: some View {
         RoundedRectangle(cornerRadius: 8)