mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-07-17 01:07:56 +00:00
The confirm CTA used the `secondary` variant (charcoal-600), nearly
indistinguishable from the dialog surface. Add a `tertiary-background`
design-system token (charcoal-400 per the DES spec) and a matching Button
variant, and use it for the confirm CTAs. The success check pointed at the
undefined `success-foreground` token (no color); switch it to the defined
`success-background` (#00cd72).
(cherry picked from commit 5b113faa20)