Skip to content

Commit 3fbf2ae

Browse files
author
MPopov
committed
fix(Fluent theme): Add missing variables for global roundness and elevation
Closes #6187 Signed-off-by: MPopov <[email protected]>
1 parent fef77b1 commit 3fbf2ae

File tree

1 file changed

+8
-0
lines changed
  • projects/igniteui-angular/src/lib/core/styles/themes

1 file changed

+8
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/themes/_index.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@
487487
$palette,
488488
$exclude: (),
489489
$legacy-support: true,
490+
$roundness: null,
491+
$elevation: true,
490492
) {
491493
$primary: igx-color($palette, 'primary');
492494
$secondary: igx-color($palette, 'secondary');
@@ -508,6 +510,8 @@
508510
$schema: $light-fluent-schema,
509511
$legacy-support: $legacy-support,
510512
$exclude: $exclude,
513+
$roundness: $roundness,
514+
$elevation: $elevation,
511515
);
512516
}
513517

@@ -519,6 +523,8 @@
519523
$palette,
520524
$exclude: (),
521525
$legacy-support: true,
526+
$roundness: null,
527+
$elevation: true,
522528
) {
523529
$primary: igx-color($palette, 'primary');
524530
$secondary: igx-color($palette, 'secondary');
@@ -540,5 +546,7 @@
540546
$schema: $dark-fluent-schema,
541547
$legacy-support: $legacy-support,
542548
$exclude: $exclude,
549+
$roundness: $roundness,
550+
$elevation: $elevation,
543551
);
544552
}

0 commit comments

Comments
 (0)