Skip to content

Commit 2630bb0

Browse files
committed
fix: prefix style
1 parent d89adcf commit 2630bb0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • app/src/main/java/to/bitkit/ui/screens/wallets/activity/components

app/src/main/java/to/bitkit/ui/screens/wallets/activity/components/ActivityRow.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ import to.bitkit.repositories.CurrencyState
4545
import to.bitkit.ui.LocalCurrencies
4646
import to.bitkit.ui.activityListViewModel
4747
import to.bitkit.ui.blocktankViewModel
48+
import to.bitkit.ui.components.BodyM
4849
import to.bitkit.ui.components.BodyMSB
4950
import to.bitkit.ui.components.CaptionB
5051
import to.bitkit.ui.currencyViewModel
@@ -278,7 +279,7 @@ private fun AmountViewContent(
278279
verticalAlignment = Alignment.CenterVertically,
279280
horizontalArrangement = Arrangement.spacedBy(1.dp),
280281
) {
281-
BodyMSB(text = titlePrefix, color = Colors.White64)
282+
BodyM(text = titlePrefix, color = Colors.White64)
282283
if (titleSymbol != null) {
283284
BodyMSB(text = titleSymbol, color = Colors.White64)
284285
}

0 commit comments

Comments
 (0)