color fix

This commit is contained in:
Čarodej
2022-06-02 07:38:03 +02:00
parent c4d7fa1e9b
commit 8b5b9c3310
@@ -1,7 +1,7 @@
<style> <style>
@php @php
$color = $settings->app_color ?? '#00BC7E'; $color = $config->theme->color ?? '#00BC7E';
@endphp @endphp
{{-- Tailwind Helpers --}} {{-- Tailwind Helpers --}}