Skip to content

Commit 8107bc3

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Toyota Widget/MyToyota.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// ──────────────────────────────────────
88

99
// ── 1. Config & Mock Data ──
10-
const widgetSize = config.widgetFamily || 'small'
1110
// const widgetSize = config.widgetFamily || 'large'
11+
const widgetSize = config.widgetFamily || 'medium' // Change to 'small' or 'large' as needed
1212

1313
const carInfo = {
1414
brand: "Toyota",
@@ -24,7 +24,6 @@ const carInfo = {
2424
const backgroundColor = new Color("#000000")
2525
const textColor = Color.white()
2626
const secondaryTextColor = new Color("#AAAAAA")
27-
const accentColor = new Color("#F5F5F5")
2827
const accentColor = new Color("#253E8F")
2928

3029
// ── 3. Create Widget ──

0 commit comments

Comments
 (0)