You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `purple` and `blue` color variants to `Eyebrow`
6
+
7
+
`Eyebrow` now accepts `color="purple"` and `color="blue"` in addition to `"red"`, matching the brand colors already available on `IconCircle`. Text shades (`red-600`, `purple-800`, `blue-800`) are picked for legibility as on-white text.
/** Uppercase section label above a heading. Use sparingly — only with longer "editorial" headings to aid scanning. Keep to 1–4 words. Colour follows the surrounding scheme (or the brand red when no scheme is set); `color="red"` pins to brand red regardless of scheme. Optional `icon` shows a matching circle. */
127
+
/** Uppercase section label above a heading. Use sparingly — only with longer "editorial" headings to aid scanning. Keep to 1–4 words. Colour follows the surrounding scheme (or the brand red when no scheme is set); pass `color` (red | purple | blue) to pin a fixed brand colour regardless of scheme. Optional `icon` shows a matching circle. */
0 commit comments