Remove unneccessary hardcoded text color for better style support

This commit is contained in:
Cameron Gutman
2018-11-22 02:35:25 -08:00
parent 065a6caee5
commit 9a153b7170
6 changed files with 11 additions and 25 deletions
+1 -2
View File
@@ -89,10 +89,9 @@ GridView {
}
}
Text {
Label {
id: appNameText
text: model.name
color: "white"
width: parent.width
height: 125
anchors.top: appIcon.bottom