We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6182e commit c878807Copy full SHA for c878807
src/styles/igniteui-theme.scss
@@ -24,14 +24,15 @@
24
}
25
26
// .dark-theme {
27
-// $igx-background-color: igx-color($fluent-word-dark-palette, 'surface');
+// $igx-background-color: igx-color($green-dark-palette, 'surface');
28
// $igx-foreground-color: text-contrast($igx-background-color);
29
30
// background: $igx-background-color;
31
// color: $igx-foreground-color;
32
33
// @include scrollbar-love(lighten($igx-background-color, 15%));
34
-// @include igx-dark-theme($green-palette);
+// @include igx-dark-theme($green-dark-palette);
35
+// @include igx-typography($font-family: 'sans-serif', $base-color: gray);
36
37
// .nav-header {
38
// @include nav-logo('../assets/images/rsrcs/igniteui-logo-dark-bg', $igx-background-color);
0 commit comments