TP-71072 | Narayan | Share receipt Text size bug fixed (#11470)

This commit is contained in:
Aditya Narayan Malik
2024-06-20 15:05:12 +05:30
committed by GitHub
parent b79e074aa0
commit 170a2df0e5

View File

@@ -239,7 +239,7 @@ fun shareReceiptV2(
spanColor = "#191919"
),
NaviSpan(
startSpan = payerPayeeFirstInfoKeyPreText.length + 1,
startSpan = payerPayeeFirstInfoKeyPreText.length,
fontName = FontWeightEnum.TT_SEMI_BOLD.name,
fontSize = 16.0,
spanColor = "#191919"
@@ -286,7 +286,7 @@ fun shareReceiptV2(
spanColor = "#191919"
),
NaviSpan(
startSpan = payerPayeeSecondInfoKeyPreText.length + 1,
startSpan = payerPayeeSecondInfoKeyPreText.length,
fontName = FontWeightEnum.TT_SEMI_BOLD.name,
fontSize = 16.0,
spanColor = "#191919"