commit aedc917772974b246f07f527e9c71f55489f376f
parent 98181c8e121d4ec565d8c2fd215dabde7be1eff3
Author: Iván Ávalos <avalos@disroot.org>
Date: Fri, 12 Dec 2025 14:27:25 +0100
[wallet] improved amount field text style
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/wallet/src/main/java/net/taler/wallet/compose/AmountInputFIeld.kt b/wallet/src/main/java/net/taler/wallet/compose/AmountInputFIeld.kt
@@ -163,7 +163,8 @@ private fun CurrencyDropdown(
readOnly = true,
enabled = false,
textStyle = LocalTextStyle.current.copy( // show text as if not disabled
- color = MaterialTheme.colorScheme.onSurfaceVariant
+ color = MaterialTheme.colorScheme.onSurfaceVariant,
+ fontSize = MaterialTheme.typography.titleLarge.fontSize,
),
singleLine = true,
label = {