Horizon: Dark mode not working

Created on 2 Apr 2020  路  2Comments  路  Source: laravel/horizon


  • Horizon Version: 4.2.0
  • Laravel Version: 7.4.0
  • PHP Version: 7.3.8

Description:

Activating Night mode of Horizon interface not working.
I think it's stopped working in Laravel <= 7.0 in both cases (existing project & new project).

Steps To Reproduce:

1.

laravel new laravel7
cd laravel7
composer require laravel/horizon
php artisan horizon:install
  1. Uncomment HorizonServiceProvider.php:24
// Horizon::night();
  1. Visit http://laravel7.test/horizon/dashboard

Screenshot 2020-04-02 at 13 45 59

bug

Most helpful comment

Will be fixed in the next release on Tuesday. Thanks for reporting.

All 2 comments

Seems that https://github.com/laravel/horizon/pull/795 broke the way Horizon::night() works.

Will be fixed in the next release on Tuesday. Thanks for reporting.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

okaufmann picture okaufmann  路  3Comments

Pustiu picture Pustiu  路  5Comments

mahdiahmadi73 picture mahdiahmadi73  路  3Comments

meathanjay picture meathanjay  路  3Comments

crash13override picture crash13override  路  5Comments