Mercurial > public > simoleon
comparison Simoleon/Helpers/CurrencyRow.swift @ 186:1ebd1c5dd302
finish ConversionView
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Thu, 23 Dec 2021 11:30:38 +0100 |
parents | 2fc95efcb1ee |
children | 13d5a8deb6c2 |
comparison
equal
deleted
inserted
replaced
185:2fc95efcb1ee | 186:1ebd1c5dd302 |
---|---|
21 | 21 |
22 Text(currency.name) | 22 Text(currency.name) |
23 .font(.callout) | 23 .font(.callout) |
24 .opacity(0.6) | 24 .opacity(0.6) |
25 } | 25 } |
26 .foregroundColor(.primary) | |
26 .padding(.leading) | 27 .padding(.leading) |
27 } | 28 } |
28 } | 29 } |
29 } | 30 } |
30 | 31 |