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

@@ -40,10 +40,18 @@ class StoreAppSettingsController extends Controller
'name' => 'app_logo',
'value' => store_system_image($request, 'logo'),
],
[
'name' => 'app_logo_dark',
'value' => store_system_image($request, 'logo_dark'),
],
[
'name' => 'app_logo_horizontal',
'value' => store_system_image($request, 'logo_horizontal'),
],
[
'name' => 'app_logo_horizontal_dark',
'value' => store_system_image($request, 'logo_horizontal_dark'),
],
[
'name' => 'app_favicon',
'value' => store_system_image($request, 'favicon'),