diff --git a/.impeccable/config.json b/.impeccable/config.json index 95ab71955..dae5e1340 100644 --- a/.impeccable/config.json +++ b/.impeccable/config.json @@ -15,6 +15,14 @@ ], "createdAt": "2026-07-17T00:00:00.000Z", "reason": "Live overlay chrome is injected over arbitrary host pages and builds a self-contained UI with its own small type scale; DESIGN.md's ramp describes the impeccable website, not this widget" + }, + { + "rule": "broken-image", + "value": "*", + "files": [ + "picker/pages/index.astro" + ], + "createdAt": "2026-07-23T14:51:18.241Z" } ] }, diff --git a/picker/pages/index.astro b/picker/pages/index.astro index 3214758bb..b8059e0aa 100644 --- a/picker/pages/index.astro +++ b/picker/pages/index.astro @@ -104,6 +104,17 @@ const roles = [ +

Drag the rings on the image to pull colors from it, or edit any swatch directly.

+
{roles.map(([role, label]) => (
@@ -133,70 +144,37 @@ const roles = [ ))}
-