Skip to content

Commit 7d008e6

Browse files
committed
fix(carousel): wording
1 parent 4910751 commit 7d008e6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@use "layout.scss";
22
@use "igniteui-angular/theming" as *;
33

4-
// Create carousel panel theme
5-
$custom-panel-theme: carousel-theme(
4+
// Create a carousel theme.
5+
$custom-carousel-theme: carousel-theme(
66
$button-background: rgb(124 50 221 / 60%),
77
$button-arrow-color: #c5bcd0,
88
$button-hover-arrow-color: #F3E8FF,
@@ -11,5 +11,5 @@ $custom-panel-theme: carousel-theme(
1111
$button-shadow: var(--ig-elevation-5)
1212
);
1313

14-
// Apply the custom themes to the components mixins.
15-
@include css-vars($custom-panel-theme);
14+
// Apply the custom theme.
15+
@include css-vars($custom-carousel-theme);

0 commit comments

Comments
 (0)