diff --git a/qml/PortfolioPage.qml b/qml/PortfolioPage.qml index a233b7b..3195d7f 100644 --- a/qml/PortfolioPage.qml +++ b/qml/PortfolioPage.qml @@ -79,6 +79,7 @@ Page { // === Holdings Header === Text { text: "Your Holdings" + " Worth ($" + totalValue.toFixed(2)+")" + color:AppTheme.getThemeColors(theme.name).textColorPrimary font.bold: true font.pixelSize: units.gu(2.2) }