Skip to content

Commit 162f5ef

Browse files
committed
fix(carousel): wording
1 parent 329d3e2 commit 162f5ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

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

0 commit comments

Comments
 (0)