Skip to content

Commit c878807

Browse files
committed
fix(themes): dark theme in demos uses wrong palette
1 parent cd6182e commit c878807

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/styles/igniteui-theme.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@
2424
}
2525

2626
// .dark-theme {
27-
// $igx-background-color: igx-color($fluent-word-dark-palette, 'surface');
27+
// $igx-background-color: igx-color($green-dark-palette, 'surface');
2828
// $igx-foreground-color: text-contrast($igx-background-color);
2929

3030
// background: $igx-background-color;
3131
// color: $igx-foreground-color;
3232

3333
// @include scrollbar-love(lighten($igx-background-color, 15%));
34-
// @include igx-dark-theme($green-palette);
34+
// @include igx-dark-theme($green-dark-palette);
35+
// @include igx-typography($font-family: 'sans-serif', $base-color: gray);
3536

3637
// .nav-header {
3738
// @include nav-logo('../assets/images/rsrcs/igniteui-logo-dark-bg', $igx-background-color);

0 commit comments

Comments
 (0)