Skip to content

Commit

Permalink
Fixed styling and removed footer text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mantix committed Feb 19, 2024
1 parent f0a919e commit ba97d40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion resources/views/status-footer.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{-- Injected variables $status, $styles --}}
<div class="{{ $styles['statusFooter'] }}">
{{ $status['footer'] }}
</div>
2 changes: 1 addition & 1 deletion src/LivewireKanbanBoard.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ba97d40

Please sign in to comment.