Added Dark mode & Light mode toggle button (#50)

* wip

* Added Show Password checkbox & Added Toggle Dark Mode & Light Mode button on Dropdown menu

* resloved the PR comments

* Fixed the reload issues on theme change & rewammped  the UI of login page as per PR comments

---------

Co-authored-by: saravana sai <saravanasao002@gmail.com>
Co-authored-by: Saeed Vaziry <61919774+saeedvaziry@users.noreply.github.com>
This commit is contained in:
Saravana Thiyagarajan
2023-09-18 23:09:26 +05:30
committed by GitHub
parent 3a2dba4ad3
commit e07e197dd9
7 changed files with 173 additions and 76 deletions

View File

@ -3,6 +3,7 @@ const colors = require("tailwindcss/colors");
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: 'class',
content: [
'./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
'./storage/framework/views/*.php',