color fix

This commit is contained in:
Čarodej
2022-06-02 07:38:03 +02:00
parent c4d7fa1e9b
commit 8b5b9c3310

View File

@@ -1,7 +1,7 @@
<style>
@php
$color = $settings->app_color ?? '#00BC7E';
$color = $config->theme->color ?? '#00BC7E';
@endphp
{{-- Tailwind Helpers --}}