Skip to content

Commit 3ef2056

Browse files
authored
Adjust color of text on checking overview page (#3369)
1 parent f69054b commit 3ef2056

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/SIL.XForge.Scripture/ClientApp/src/_variables.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ $disabled-text-color: $greyLight;
2424
* how mat-hint looks on a white background.
2525
*/
2626
$lighterTextColor: #666666;
27-
// Not recommended to use; copied from --mdc-theme-text-hint-on-background
28-
$text-hint-on-background: rgba(0, 0, 0, 0.38);
2927

3028
$pt-button-green: $greenDark;
3129

src/SIL.XForge.Scripture/ClientApp/src/app/checking/checking-overview/checking-overview.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ app-donut-chart {
117117
#loading-archived-questions-message {
118118
text-align: center;
119119
justify-content: center;
120-
color: variables.$text-hint-on-background;
120+
color: #666;
121121
}
122122

123123
.reviewer-panels {

0 commit comments

Comments
 (0)