Send Review Screen design change

Closes #532
Closes #578
This commit is contained in:
Milan Cerovsky 2024-07-26 09:56:50 +02:00
parent 095234a6cd
commit ec47c2625d
1 changed files with 3 additions and 1 deletions

View File

@ -395,7 +395,9 @@ private fun SendConfirmationContent(
StyledExchangeBalance(
zatoshi = zecSend.amount,
exchangeRate = exchangeRate,
isHideBalances = false
isHideBalances = false,
style = ZcashTheme.typography.secondary.headlineSmall,
textColor = ZcashTheme.colors.textFieldHint
)
Spacer(modifier = Modifier.height(ZcashTheme.dimens.spacingDefault))