diff --git a/app/Modules/CityManager/Views/livewire/info/index.blade.php b/app/Modules/CityManager/Views/livewire/info/index.blade.php index 6287067..59d8285 100644 --- a/app/Modules/CityManager/Views/livewire/info/index.blade.php +++ b/app/Modules/CityManager/Views/livewire/info/index.blade.php @@ -2,22 +2,22 @@ @if($managers) @php $cardBg = array_key_exists('primary_color', DESIGN_PARAMETERS) - ? DESIGN_PARAMETERS['primary_color'] . '50' + ? DESIGN_PARAMETERS['primary_color'] . '40' : 'gray'; @endphp