Skip to content

Commit 900641a

Browse files
authored
Update MyToyota.js
1 parent 22d70e4 commit 900641a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Toyota Widget/MyToyota.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,6 @@ function addDetailText(widget, label, value) {
120120
lbl.font = Font.mediumSystemFont(12)
121121

122122
const val = row.addText(value.toString())
123-
val.te
124-
123+
val.textColor = textColor
124+
val.font = Font.mediumSystemFont(12)
125+
}

0 commit comments

Comments
 (0)