diff --git a/resources/views/status-footer.blade.php b/resources/views/status-footer.blade.php index 86b3953..ff43b74 100644 --- a/resources/views/status-footer.blade.php +++ b/resources/views/status-footer.blade.php @@ -1,4 +1,3 @@ {{-- Injected variables $status, $styles --}}
- {{ $status['footer'] }}
diff --git a/src/LivewireKanbanBoard.php b/src/LivewireKanbanBoard.php index 5614a8e..093bc30 100644 --- a/src/LivewireKanbanBoard.php +++ b/src/LivewireKanbanBoard.php @@ -69,7 +69,7 @@ public function mount( $this->beforeStatusBoardView = $beforeStatusBoardView ?? null; $this->afterStatusBoardView = $afterStatusBoardView ?? null; - $this->ghostClass = $ghostClass ?? 'bg-info'; + $this->ghostClass = $ghostClass ?? 'bg-primary-subtle'; $this->recordClickEnabled = $recordClickEnabled ?? false;