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