mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
color fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<style>
|
||||
|
||||
@php
|
||||
$color = $settings->app_color ?? '#00BC7E';
|
||||
$color = $config->theme->color ?? '#00BC7E';
|
||||
@endphp
|
||||
|
||||
{{-- Tailwind Helpers --}}
|
||||
|
||||
Reference in New Issue
Block a user