Skip to content

Commit 6e7b9ad

Browse files
authored
Merge pull request #115 from code-payments/chore/amount-area-text-size-withdrawal
fix(withdrawal/amount): use displayLarge for amount area
2 parents 9782660 + 817bd9d commit 6e7b9ad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/src/main/java/com/getcode/view/main/account/withdraw/AccountWithdrawAmount.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import com.getcode.navigation.screens.CurrencySelectionModal
2323
import com.getcode.theme.Alert
2424
import com.getcode.theme.BrandLight
2525
import com.getcode.theme.CodeTheme
26+
import com.getcode.theme.displayLarge
2627
import com.getcode.util.showNetworkError
2728
import com.getcode.utils.ErrorUtils
2829
import com.getcode.view.components.ButtonState
@@ -61,7 +62,8 @@ fun AccountWithdrawAmount(
6162
currencyResId = dataState.currencyModel.selectedCurrencyResId,
6263
uiModel = dataState.amountAnimatedModel,
6364
isAnimated = true,
64-
) {
65+
textStyle = CodeTheme.typography.displayLarge,
66+
) {
6567
navigator.show(CurrencySelectionModal)
6668
}
6769
}

0 commit comments

Comments
 (0)