AWGHASFGDHD

This commit is contained in:
=
2025-08-03 14:18:40 -05:00
parent 2b3398758d
commit 16d6755b1a

View File

@@ -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();
}