@@ -36,7 +36,7 @@ import { cn } from '../../lib/cn'
3636 * These are fixed brand values, not derived ones — do not "correct" a hex
3737 * for contrast or gamut. Labels use `#F8F8F8` on dark semantic fills and
3838 * `#1A1A1A` on light fills; the content tone uses true white (`#FFFFFF`) on
39- * `#005D5F `. `#3B3B3B` appears only as `inverse`'s fill, never as text. One
39+ * `#007E80 `. `#3B3B3B` appears only as `inverse`'s fill, never as text. One
4040 * value serves both modes; the tones carry no `dark:` overrides.
4141 *
4242 * Contrast against the paired ink varies, and two pairs sit under WCAG AA
@@ -113,7 +113,7 @@ const chipTagVariants = cva(
113113 { variant : 'workflow' , tone : 'green' , className : 'bg-[#188F00] text-[#F8F8F8]' } ,
114114 { variant : 'workflow' , tone : 'yellow' , className : 'bg-[#FFEF08] text-[#1A1A1A]' } ,
115115 { variant : 'workflow' , tone : 'purple' , className : 'bg-[#AA00FF] text-[#F8F8F8]' } ,
116- { variant : 'workflow' , tone : 'content' , className : 'bg-[#005D5F ] text-[#FFFFFF]' } ,
116+ { variant : 'workflow' , tone : 'content' , className : 'bg-[#007E80 ] text-[#FFFFFF]' } ,
117117 { variant : 'brand' , brandForeground : 'light' , className : 'text-[#FFFFFF]' } ,
118118 { variant : 'brand' , brandForeground : 'dark' , className : 'text-[#000000]' } ,
119119 ] ,
0 commit comments