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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user