From 78c66b00ebf0600d8805a325709fd3b5fd16fc9d Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 14 Mar 2026 15:29:19 +0000 Subject: [PATCH] fix: align arrow icons to 40dp to match user picture size https://claude.ai/code/session_01JFogiwyR4CPVP8cRznqahJ --- .../ui/screen/loggedIn/wallet/WalletTransactionsScreen.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/wallet/WalletTransactionsScreen.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/wallet/WalletTransactionsScreen.kt index fb3a97ddd..0f1818809 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/wallet/WalletTransactionsScreen.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/wallet/WalletTransactionsScreen.kt @@ -231,7 +231,7 @@ private fun TransactionItem( } else { stringRes(R.string.wallet_outgoing) }, - modifier = Modifier.size(24.dp), + modifier = Modifier.size(40.dp), tint = if (isIncoming) { MaterialTheme.colorScheme.primary