diff --git a/mailpoet/lib/Twig/Functions.php b/mailpoet/lib/Twig/Functions.php index 4e3dd9546c..8a82f3dbb7 100644 --- a/mailpoet/lib/Twig/Functions.php +++ b/mailpoet/lib/Twig/Functions.php @@ -261,9 +261,9 @@ class Functions extends AbstractExtension { } public function statsColor($percentage) { - if ($percentage > 30) { + if ($percentage > 3) { return '#7ed321'; - } elseif ($percentage > 10) { + } elseif ($percentage > 1) { return '#ff9f00'; } else { return '#f559c3';