Make primary value in total cost bold
This commit is contained in:
@@ -45,6 +45,7 @@ export class OrderDetails extends React.Component<OrderDetailsProps> {
|
||||
labelText="Total Cost"
|
||||
isLabelBold={true}
|
||||
primaryValue={this._displayAmountOrPlaceholder(buyQuoteInfo && buyQuoteInfo.totalEthAmount)}
|
||||
isPrimaryValueBold={true}
|
||||
secondaryValue={this._totalCostSecondaryValue()}
|
||||
/>
|
||||
</Container>
|
||||
|
Reference in New Issue
Block a user