fix: align arrow icons to 40dp to match user picture size
https://claude.ai/code/session_01JFogiwyR4CPVP8cRznqahJ
This commit is contained in:
+1
-1
@@ -231,7 +231,7 @@ private fun TransactionItem(
|
|||||||
} else {
|
} else {
|
||||||
stringRes(R.string.wallet_outgoing)
|
stringRes(R.string.wallet_outgoing)
|
||||||
},
|
},
|
||||||
modifier = Modifier.size(24.dp),
|
modifier = Modifier.size(40.dp),
|
||||||
tint =
|
tint =
|
||||||
if (isIncoming) {
|
if (isIncoming) {
|
||||||
MaterialTheme.colorScheme.primary
|
MaterialTheme.colorScheme.primary
|
||||||
|
|||||||
Reference in New Issue
Block a user