diff --git a/app/Abstracts/View/Components/Documents/Template.php b/app/Abstracts/View/Components/Documents/Template.php index 3d5754fe0..76df94424 100644 --- a/app/Abstracts/View/Components/Documents/Template.php +++ b/app/Abstracts/View/Components/Documents/Template.php @@ -278,7 +278,7 @@ abstract class Template extends Component $key = $this->getSettingKey($type, 'color'); if (! empty(setting($key))) { - return setting($key); + $backgroundColor = setting($key); } // checking config color