From a970a8e2901d5f75f5f2341a81688e9ad5533248 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Tue, 11 Nov 2025 14:16:49 +0700 Subject: [PATCH] refactor(overview): mengubah bg-zinc 50 menjadi 200 --- resources/views/livewire/studio/dashboard/overview.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/views/livewire/studio/dashboard/overview.blade.php b/resources/views/livewire/studio/dashboard/overview.blade.php index 4dd7de1..77a94b9 100644 --- a/resources/views/livewire/studio/dashboard/overview.blade.php +++ b/resources/views/livewire/studio/dashboard/overview.blade.php @@ -11,11 +11,12 @@ @endforeach + Data yang ditampilkan di bawah ini adalah data hari ini dan hari kemarin.
@foreach ($stats as $stat)
+ class="@if ($stat['title'] === 'Top Parfum') md:col-span-2 xl:col-span-2 @endif rounded-lg px-6 py-4 bg-zinc-200 dark:bg-zinc-700"> {{ $stat['title'] }}
{{ $stat['value'] }}