Remove needless comment

This commit is contained in:
James Brooks
2017-01-02 15:39:10 +00:00
parent 46a18e9945
commit cd7ee5d200

View File

@@ -50,7 +50,6 @@ class ThemeComposer
*/
public function compose(View $view)
{
// Theme colors.
$view->withThemeBackgroundColor($this->config->get('setting.style_background_color', '#F0F3F4'));
$view->withThemeBackgroundFills($this->config->get('setting.style_background_fills', '#FFFFFF'));
$view->withThemeBannerBackgroundColor($this->config->get('setting.style_banner_background_color', ''));