Skip to content

Commit d553e46

Browse files
Deails tab theme issues fix (#369)
Co-authored-by: tumms2021389 <[email protected]>
1 parent f855774 commit d553e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/angular-test-app/src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ a.mat-mdc-menu-item > mat-icon {
6363
}
6464

6565
.psdk-grid-label {
66-
color: rgba(0, 0, 0, 0.54);
66+
color: var(--mat-sys-on-surface-variant);
6767
}
6868
.psdk-value {
6969
margin: 8px 0px;

0 commit comments

Comments
 (0)