mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
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:
committed by
GitHub
parent
3a2dba4ad3
commit
e07e197dd9
@ -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',
|
||||
|
Reference in New Issue
Block a user