Skip to content

Commit 7c23b53

Browse files
desig9steinMPopovgedinakovasimeonoff
authored
Change the colors for .custom-body class to match the colors on the body tag. (#2775)
Co-authored-by: MPopov <desig9stein@gmail.com> Co-authored-by: Galina Edinakova <gedinakova@infragistics.com> Co-authored-by: Simeon Simeonoff <sim.simeonoff@gmail.com>
1 parent 2cdd959 commit 7c23b53

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
::ng-deep {
2-
.custom-body {
3-
color: var(--igx-grays-800);
4-
background-color: var(--igx-background-500);
5-
}
6-
}
2+
.custom-body {
3+
color: var(--igx-surface-500-contrast);
4+
background: var(--igx-surface-500);
5+
}
6+
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
::ng-deep {
2-
.custom-body {
3-
color: var(--igx-grays-800);
4-
background-color: var(--igx-background-500);
5-
}
6-
}
2+
.custom-body {
3+
color: var(--igx-surface-500-contrast);
4+
background: var(--igx-surface-500);
5+
}
6+
}

0 commit comments

Comments
 (0)