Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-10 13:20:56 +05:00
parent 2a021f7d03
commit 23de810a29
3 changed files with 108 additions and 9 deletions

View file

@ -338,6 +338,7 @@ private fun ExpandedCustomFeeItems(
title = field.title,
titleColor = TangemTheme.colors.text.tertiary,
info = field.label,
description = field.footer,
keyboardOptions = field.keyboardOptions,
keyboardActions = field.keyboardActions,
onValueChange = { onValueChange(index, it) },
@ -351,6 +352,7 @@ private fun ExpandedCustomFeeItems(
title = field.title,
titleColor = TangemTheme.colors.text.tertiary,
symbol = field.symbol,
description = field.footer,
onValueChange = { onValueChange(index, it) },
keyboardOptions = field.keyboardOptions,
keyboardActions = field.keyboardActions,