Skip to content

Commit

Permalink
Fix: Zigzag widget alternate icon color [TMZ-273]
Browse files Browse the repository at this point in the history
  • Loading branch information
nuritsha committed Dec 30, 2024
1 parent 4a8e45d commit d1383d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/content/assets/scss/hello-plus-zigzag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
}

&.has-alternate-icon-color {
.ehp-zigzag__item-wrapper:nth-child(odd) {
.ehp-zigzag__item-wrapper:nth-child(even) {
.ehp-zigzag__graphic-element-container {
color: var(--zigzag-icon-color-alternate);
}
Expand Down

0 comments on commit d1383d5

Please sign in to comment.