Skip to content

Commit 49f39ed

Browse files
committed
remove dark mode in session page.
1 parent 6f8a17a commit 49f39ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/Webkul/Admin/src/Resources/views/components/layouts/anonymous.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22

33
<html
4-
class="{{ request()->cookie('dark_mode') ? 'dark' : '' }}"
54
lang="{{ app()->getLocale() }}"
65
dir="{{ in_array(app()->getLocale(), ['fa', 'ar']) ? 'rtl' : 'ltr' }}"
76
>

0 commit comments

Comments
 (0)