diff --git a/Main.qml b/Main.qml index a4ed92f..8101996 100644 --- a/Main.qml +++ b/Main.qml @@ -39,7 +39,7 @@ Item { background: null contentItem: Text { text: session.displayText - color: "white" + color: "#FFFFFF" font.family: "Rajdhani" font.capitalization: Font.AllUppercase font.bold: true @@ -136,7 +136,7 @@ Item { font.family: "Rajdhani" font.pointSize: 30 font.bold: true - color: "white" + color: "#FFFFFF" Keys.onEscapePressed: { mainStack.forceActiveFocus(); } @@ -169,7 +169,7 @@ Item { font.family: "Rajdhani" font.pointSize: 30 font.bold: true - color: "white" + color: "#FFFFFF" Keys.onEscapePressed: { mainStack.forceActiveFocus(); }