Skip to content

Commit 1098f37

Browse files
authored
Merge pull request #19 from rushhiii/main5
Main5
2 parents 824c0e4 + 8107bc3 commit 1098f37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Toyota Widget/MyToyota.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ const carInfo = {
2121
}
2222

2323
// ── 2. Theme ──
24-
const backgroundColor = new Color("#111111")
24+
const backgroundColor = new Color("#000000")
2525
const textColor = Color.white()
2626
const secondaryTextColor = new Color("#AAAAAA")
27-
const accentColor = new Color("#F5F5F5")
27+
const accentColor = new Color("#253E8F")
2828

2929
// ── 3. Create Widget ──
3030
const widget = new ListWidget()

0 commit comments

Comments
 (0)