Skip to content

Commit 5c2d8a1

Browse files
committed
fix: show currency symbol in amount small row
1 parent 70883ad commit 5c2d8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/ui/components/NumberPadTextField.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ fun MoneyAmount(
230230
horizontalAlignment = Alignment.Start
231231
) {
232232
if (showSecondaryField) {
233-
MoneySSB(sats = satoshis, unit = unit.not(), color = Colors.White64)
233+
MoneySSB(sats = satoshis, unit = unit.not(), color = Colors.White64, showSymbol = true)
234234

235235
Spacer(modifier = Modifier.height(12.dp))
236236
}

0 commit comments

Comments
 (0)