comparison Simoleon/UI/CurrencyRow.swift @ 167:1940db1ef321

Minor changes
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Sat, 11 Sep 2021 16:30:40 +0200
parents 84137052813d
children
comparison
equal deleted inserted replaced
166:e4cbb1eea394 167:1940db1ef321
19 19
20 Text(currency.name) 20 Text(currency.name)
21 .font(.subheadline) 21 .font(.subheadline)
22 .lineLimit(1) 22 .lineLimit(1)
23 } 23 }
24 .foregroundColor(.primary)
24 .padding(.horizontal) 25 .padding(.horizontal)
25 } 26 }
26 } 27 }
27 } 28 }
28 29