Skip to content

Commit 7ea1262

Browse files
committed
fix(styles): update theming to use dynamic layer names
1 parent 419a563 commit 7ea1262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • projects/igniteui-angular/core/src/core/styles/themes

projects/igniteui-angular/core/src/core/styles/themes/_scoping.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
@mixin themed($theme, $variant: null) {
2626
$_theme: '' + $theme;
2727

28-
@include layer(base) {
28+
@include layer($_theme) {
2929
@if $variant {
3030
@container style(--ig-theme: #{$_theme}) and style(--ig-theme-variant: #{$variant}) {
3131
@content;

0 commit comments

Comments
 (0)