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:
@@ -40,7 +40,7 @@
|
||||
.dashboard-loader__message {
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
color: var(--text-secondary);
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.dashboard-loader__message--update {
|
||||
@@ -82,7 +82,7 @@
|
||||
}
|
||||
|
||||
.dashboard-loader__step--pending {
|
||||
color: var(--text-secondary);
|
||||
color: var(--text-muted);
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user