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