Skip to content

Commit 9dce31c

Browse files
committed
refactor(theme): change the css var prefix
1 parent 4aee971 commit 9dce31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/dock-manager/_dock-manager-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
$theme: apply-palette($dock-manager-schema, $palette);
6363

6464
@return extend($theme, (
65-
name: $name,
65+
name: 'igc',
6666
primary-color: $primary-color,
6767
accent-color: $accent-color,
6868
text-color: $text-color,

0 commit comments

Comments
 (0)