Skip to content

Commit

Permalink
Revert "fix: Fixed dark mode issues"
Browse files Browse the repository at this point in the history
  • Loading branch information
bezhanSalleh authored Oct 28, 2022
1 parent d5ef8b4 commit 82204d0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions resources/views/language-switch.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ class="flex items-center justify-center w-9 h-9 rounded-full group-hover:text-wh
x-transition:leave="transition" x-transition:leave-start="translate-y-0 opacity-100"
x-transition:leave-end="-translate-y-1 opacity-0"
class="absolute z-10 right-0 rtl:right-auto rtl:left-0 mt-2 shadow-xl rounded-xl w-52 top-full" x-cloak>
<ul @class([
"py-1 space-y-1 overflow-hidden bg-white shadow rounded-xl",
"dark:border-gray-600 dark:bg-gray-700" => config('filament.dark_mode'),
])>
<ul class="py-1 space-y-1 overflow-hidden bg-white shadow rounded-xl dark:border-gray-600 dark:bg-gray-700">

@foreach (config('filament-language-switch.locales') as $key => $locale)
<li @class([
Expand Down

0 comments on commit 82204d0

Please sign in to comment.