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 8ae5cfb commit 24a6473Copy full SHA for 24a6473
1 file changed
Toyota Widget/MyToyota.js
@@ -8,6 +8,7 @@
8
9
// ── 1. Config & Mock Data ──
10
const widgetSize = config.widgetFamily || 'small'
11
+// const widgetSize = config.widgetFamily || 'large'
12
13
const carInfo = {
14
brand: "Toyota",
@@ -20,10 +21,11 @@ const carInfo = {
20
21
}
22
23
// ── 2. Theme ──
-const backgroundColor = new Color("#111111")
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 ──
31
const widget = new ListWidget()
0 commit comments