We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9782660 + 817bd9d commit 6e7b9adCopy full SHA for 6e7b9ad
1 file changed
app/src/main/java/com/getcode/view/main/account/withdraw/AccountWithdrawAmount.kt
@@ -23,6 +23,7 @@ import com.getcode.navigation.screens.CurrencySelectionModal
23
import com.getcode.theme.Alert
24
import com.getcode.theme.BrandLight
25
import com.getcode.theme.CodeTheme
26
+import com.getcode.theme.displayLarge
27
import com.getcode.util.showNetworkError
28
import com.getcode.utils.ErrorUtils
29
import com.getcode.view.components.ButtonState
@@ -61,7 +62,8 @@ fun AccountWithdrawAmount(
61
62
currencyResId = dataState.currencyModel.selectedCurrencyResId,
63
uiModel = dataState.amountAnimatedModel,
64
isAnimated = true,
- ) {
65
+ textStyle = CodeTheme.typography.displayLarge,
66
+ ) {
67
navigator.show(CurrencySelectionModal)
68
}
69
0 commit comments