File tree Expand file tree Collapse file tree
app/src/main/java/to/bitkit/ui/screens/wallets/activity/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ import to.bitkit.repositories.CurrencyState
4545import to.bitkit.ui.LocalCurrencies
4646import to.bitkit.ui.activityListViewModel
4747import to.bitkit.ui.blocktankViewModel
48+ import to.bitkit.ui.components.BodyM
4849import to.bitkit.ui.components.BodyMSB
4950import to.bitkit.ui.components.CaptionB
5051import 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 }
You can’t perform that action at this time.
0 commit comments