We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22d70e4 + 900641a commit c05ad3dCopy full SHA for c05ad3d
1 file changed
Toyota Widget/MyToyota.js
@@ -120,5 +120,6 @@ function addDetailText(widget, label, value) {
120
lbl.font = Font.mediumSystemFont(12)
121
122
const val = row.addText(value.toString())
123
- val.te
124
-
+ val.textColor = textColor
+ val.font = Font.mediumSystemFont(12)
125
+}
0 commit comments