From 98e11c0b411389e617ab0ad0edf96a141a30b157 Mon Sep 17 00:00:00 2001 From: developer Date: Fri, 8 May 2026 16:47:15 +0800 Subject: [PATCH] =?UTF-8?q?=D0=B2=D1=8B=D0=B2=D0=B5=D0=BB=20=D0=B2=D1=81?= =?UTF-8?q?=D0=B5=D1=85=20=D0=BC=D0=B5=D0=BD=D0=B5=D0=B4=D0=B6=D0=B5=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=20=D0=BD=D0=B0=20=D0=B3=D0=BB=D0=B0=D0=B2=D0=BD?= =?UTF-8?q?=D0=BE=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CityManager/Views/livewire/info/index.blade.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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