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.
2 parents 824c0e4 + 8107bc3 commit 1098f37Copy full SHA for 1098f37
1 file changed
Toyota Widget/MyToyota.js
@@ -21,10 +21,10 @@ const carInfo = {
21
}
22
23
// ── 2. Theme ──
24
-const backgroundColor = new Color("#111111")
+const backgroundColor = new Color("#000000")
25
const textColor = Color.white()
26
const secondaryTextColor = new Color("#AAAAAA")
27
-const accentColor = new Color("#F5F5F5")
+const accentColor = new Color("#253E8F")
28
29
// ── 3. Create Widget ──
30
const widget = new ListWidget()
0 commit comments