dark mode logo

This commit is contained in:
Čarodej
2022-03-15 18:03:28 +01:00
parent f6f4184fb2
commit aa5742dafa
20 changed files with 185 additions and 79 deletions

View File

@@ -110,7 +110,7 @@ class SetupWizardTest extends TestCase
'value' => '10',
]);
collect(['app_logo', 'app_logo_horizontal', 'app_favicon'])
collect(['app_logo', 'app_logo_dark', 'app_logo_horizontal', 'app_logo_horizontal_dark', 'app_favicon'])
->each(function ($file) {
$path = get_settings($file);