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.
1 parent 22d70e4 commit 900641aCopy full SHA for 900641a
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