We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4910751 commit 7d008e6Copy full SHA for 7d008e6
1 file changed
src/app/layouts/carousel/carousel-styling-sample/carousel-styling-sample.component.scss
@@ -1,8 +1,8 @@
1
@use "layout.scss";
2
@use "igniteui-angular/theming" as *;
3
4
-// Create carousel panel theme
5
-$custom-panel-theme: carousel-theme(
+// Create a carousel theme.
+$custom-carousel-theme: carousel-theme(
6
$button-background: rgb(124 50 221 / 60%),
7
$button-arrow-color: #c5bcd0,
8
$button-hover-arrow-color: #F3E8FF,
@@ -11,5 +11,5 @@ $custom-panel-theme: carousel-theme(
11
$button-shadow: var(--ig-elevation-5)
12
);
13
14
-// Apply the custom themes to the components mixins.
15
-@include css-vars($custom-panel-theme);
+// Apply the custom theme.
+@include css-vars($custom-carousel-theme);
0 commit comments