Skip to content

Commit c05ad3d

Browse files
authored
Merge pull request #14 from rushhiii/rushhiii-patch-3
Update MyToyota.js
2 parents 22d70e4 + 900641a commit c05ad3d

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)