import React from 'react'; import { I } from '../icons.jsx'; import { Avatar, ScreenHeader } from '../components.jsx'; // ───────────────────────────────────────────────────────────── // DEV · Colors palette reference // Shows every design-system color with role, CSS var, hex, and usage. // Dynamic values (primary/accent/warm/etc.) come from ctx.palette and // update automatically when user switches the accent in Tweaks. // ───────────────────────────────────────────────────────────── function ColorRow({ c }) { return (
{children}
);
}
function ExampleRow({ children, label }) {
return (