Skip to content

Commit 36312aa

Browse files
Merge pull request #1686 from suraj-webkul/login-page
remove dark mode from sessions pages.
2 parents fc84b17 + 49f39ed commit 36312aa

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)