Mercurial > public > simoleon
comparison Simoleon/Conversion.swift @ 129:1fd9e27df5be
Add accessibilityIdentifier
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 16 Aug 2021 18:22:16 +0100 |
parents | cd801949925b |
children | 6eac99e99b96 |
comparison
equal
deleted
inserted
replaced
128:87f02d4f9c26 | 129:1fd9e27df5be |
---|---|
31 .overlay( | 31 .overlay( |
32 CurrencyRow(currencyPairName: currencyPair) | 32 CurrencyRow(currencyPairName: currencyPair) |
33 .padding(.horizontal) | 33 .padding(.horizontal) |
34 ) | 34 ) |
35 } | 35 } |
36 .accessibilityIdentifier("OpenCurrencySelector") | |
36 | 37 |
37 FavoriteButton(currencyPair: currencyPair) | 38 FavoriteButton(currencyPair: currencyPair) |
38 } | 39 } |
39 | 40 |
40 ConversionBox( | 41 ConversionBox( |