mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-06 09:07:19 -04:00
Fix syntax error in Color Picker examples
This commit is contained in:
@@ -326,9 +326,9 @@ The color picker will automatically show a different layout depending on the wat
|
|||||||
"label": "Background Color",
|
"label": "Background Color",
|
||||||
"sunlight": true,
|
"sunlight": true,
|
||||||
"layout": [
|
"layout": [
|
||||||
[false, '00aaff', false],
|
[false, "00aaff", false],
|
||||||
['0055ff, '0000ff', '0000aa],
|
["0055ff", "0000ff", "0000aa"],
|
||||||
[false, '5555ff', false]
|
[false, "5555ff", false]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user