TP-71072 | Narayan | Share receipt Text size bug fixed (#11470)
This commit is contained in:
committed by
GitHub
parent
b79e074aa0
commit
170a2df0e5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user