Make primary value in total cost bold

This commit is contained in:
Steve Klebanoff
2018-12-12 09:37:39 -08:00
parent 99941972a3
commit aa8dfa88e1

View File

@@ -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>