Skip to content

Commit 24a6473

Browse files
update
take a look. Co-Authored-By: Kael Nox <192391771+V0idVanguard@users.noreply.github.com>
1 parent 8ae5cfb commit 24a6473

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Toyota Widget/MyToyota.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
// ── 1. Config & Mock Data ──
1010
const widgetSize = config.widgetFamily || 'small'
11+
// const widgetSize = config.widgetFamily || 'large'
1112

1213
const carInfo = {
1314
brand: "Toyota",
@@ -20,10 +21,11 @@ const carInfo = {
2021
}
2122

2223
// ── 2. Theme ──
23-
const backgroundColor = new Color("#111111")
24+
const backgroundColor = new Color("#000000")
2425
const textColor = Color.white()
2526
const secondaryTextColor = new Color("#AAAAAA")
2627
const accentColor = new Color("#F5F5F5")
28+
const accentColor = new Color("#253E8F")
2729

2830
// ── 3. Create Widget ──
2931
const widget = new ListWidget()

0 commit comments

Comments
 (0)