{ACCENTS.map(a => {
const isActive = a.hex.toUpperCase() === accent.toUpperCase();
return (
);
})}
setAccent(e.target.value.toUpperCase())}
style={{ width: 28, height: 28, padding: 0, border: '1px solid #DCD7CB', borderRadius: 6, background: 'transparent' }}
/>
custom
{accent.toUpperCase()}