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 24a6473 commit 8107bc3Copy full SHA for 8107bc3
1 file changed
Toyota Widget/MyToyota.js
@@ -7,8 +7,8 @@
7
// ──────────────────────────────────────
8
9
// ── 1. Config & Mock Data ──
10
-const widgetSize = config.widgetFamily || 'small'
11
// const widgetSize = config.widgetFamily || 'large'
+const widgetSize = config.widgetFamily || 'medium' // Change to 'small' or 'large' as needed
12
13
const carInfo = {
14
brand: "Toyota",
@@ -24,7 +24,6 @@ const carInfo = {
24
const backgroundColor = new Color("#000000")
25
const textColor = Color.white()
26
const secondaryTextColor = new Color("#AAAAAA")
27
-const accentColor = new Color("#F5F5F5")
28
const accentColor = new Color("#253E8F")
29
30
// ── 3. Create Widget ──
0 commit comments