diff --git a/mailpoet/lib/Twig/Functions.php b/mailpoet/lib/Twig/Functions.php index 933c8b9166..500470cdd9 100644 --- a/mailpoet/lib/Twig/Functions.php +++ b/mailpoet/lib/Twig/Functions.php @@ -271,9 +271,9 @@ class Functions extends AbstractExtension { } public function clickedStatsColor($clicked) { - if ($clicked > 3) { + if ($clicked > 30) { return '#7ed321'; - } elseif ($clicked > 1) { + } elseif ($clicked > 10) { return '#ff9f00'; } else { return '#f559c3';