fix(FN-4286): replace text-secondary usages with canonical tokens
Fusion-Task-Id: FN-4286 Fusion-Task-Lineage: 1dd74ee2-7fb2-4b41-b923-a9f339521b50
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
.plugin-install-hint {
|
||||
margin: 0;
|
||||
font-size: var(--font-size-sm, 0.85rem);
|
||||
color: var(--text-secondary, var(--text-muted));
|
||||
color: var(--text-muted);
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
@@ -203,7 +203,7 @@
|
||||
|
||||
.plugin-description {
|
||||
font-size: var(--font-size-md, 0.95rem);
|
||||
color: var(--text-secondary, var(--text-muted));
|
||||
color: var(--text-muted);
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user