comparison Simoleon/Conversion.swift @ 75:b6f8661300f2

Added isLocked to CurrencyPairs
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Fri, 30 Jul 2021 15:52:27 +0100
parents aa451ca55e48
children 529feb1fc8d5 1b5f38ecb870
comparison
equal deleted inserted replaced
74:bfb959bee6d7 75:b6f8661300f2
27 Button(action: { showingCurrencySelector = true }) { 27 Button(action: { showingCurrencySelector = true }) {
28 RoundedRectangle(cornerRadius: 15) 28 RoundedRectangle(cornerRadius: 15)
29 .foregroundColor(Color(.secondarySystemBackground)) 29 .foregroundColor(Color(.secondarySystemBackground))
30 .frame(height: 60) 30 .frame(height: 60)
31 .overlay( 31 .overlay(
32 CurrencyRow(currencyPair: currencyPair) 32 CurrencyRow(currencyPairName: currencyPair)
33 .padding(.horizontal) 33 .padding(.horizontal)
34 ) 34 )
35 } 35 }
36 36
37 FavoriteButton(currencyPair: currencyPair) 37 FavoriteButton(currencyPair: currencyPair)