Skip to content

Commit

Permalink
Fix: zigzag alternate color [TMZ-272] (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuritsha authored Dec 24, 2024
1 parent 8850f4e commit c585ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/content/widgets/zig-zag.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ private function add_style_zigzags_section() {
'{{WRAPPER}} .ehp-zigzag' => '--zigzag-icon-color-alternate: {{VALUE}}',
],
'condition' => [
'icon_color_alternate' => 'yes',
'has_alternate_icon_color' => 'yes',
],
]
);
Expand Down

0 comments on commit c585ebd

Please sign in to comment.