From f9eb6bf5c0254440901ac43e0435803d5eaa0af1 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Tue, 17 Feb 2026 21:22:56 +0100 Subject: [PATCH] chore: clarify usage of color-brand-orange-rgb in DESIGN_SYSTEM.md for better documentation and utility reference --- docs/DESIGN_SYSTEM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DESIGN_SYSTEM.md b/docs/DESIGN_SYSTEM.md index ed644cd..030103d 100644 --- a/docs/DESIGN_SYSTEM.md +++ b/docs/DESIGN_SYSTEM.md @@ -23,7 +23,7 @@ This document defines the visual language and design patterns for Pulse Analytic /* Injected by @ciphera-net/ui preset — use in SVG, Recharts, rgba() */ --color-brand-orange: #FD5E0F; ---color-brand-orange-rgb: 253, 94, 15; /* For rgba(var(--color-brand-orange-rgb), 0.5) */ +--color-brand-orange-rgb: 253, 94, 15; /* Used by .glow-orange utility; also for custom rgba(var(--color-brand-orange-rgb), 0.5) */ /* Usage */ - Primary CTAs, links, focus rings