feat(FN-3463): refine ScriptsModal responsive token usage

Refines responsive CSS token usage in the ScriptsModal component by swapping hardcoded values for design token variables.

Fusion-Task-Id: FN-3463
This commit is contained in:
Fusion
2026-05-07 05:33:26 -07:00
committed by gsxdsm
parent 70105b2481
commit 957b8b4efe
15 changed files with 717 additions and 73 deletions

View File

@@ -438,7 +438,7 @@
padding: 0 4px;
border-radius: 8px;
background: var(--triage);
color: #fff;
color: var(--cta-text);
font-size: 10px;
font-weight: 700;
line-height: 16px;