Skip to content

Commit

Permalink
Fixed dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehizkia committed Jul 5, 2024
1 parent cee61b5 commit 47e2556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/pages/banner-manager.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div
wire:click="selectBanner('{{ $banner->id }}')"
@class([
'rounded-lg hover:bg-gray-100 dark:hover:bg-gray-800 transition active:bg-gray-800 active:shadow-inner hover:transition-all dark:bg-gray-900 dark:ring-white/10 px-4 py-4 select-none cursor-pointer',
'rounded-lg hover:bg-gray-100 dark:hover:bg-gray-800 transition dark:active:bg-gray-700 active:bg-gray-200 active:shadow-inner hover:transition-all dark:ring-white/10 px-4 py-4 select-none cursor-pointer',
'bg-gray-100 dark:bg-gray-800' => $this->isBannerActive($banner->id) ?? false
])
>
Expand Down

0 comments on commit 47e2556

Please sign in to comment.