mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-02 07:07:46 -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",
|
||||
"sunlight": true,
|
||||
"layout": [
|
||||
[false, '00aaff', false],
|
||||
['0055ff, '0000ff', '0000aa],
|
||||
[false, '5555ff', false]
|
||||
[false, "00aaff", false],
|
||||
["0055ff", "0000ff", "0000aa"],
|
||||
[false, "5555ff", false]
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user