Skip to content

Commit 8534193

Browse files
fix: Disable automatic dark mode (#1025)
* fix: Disable automatic dark mode Changelog: fixed * Update tailwind.config.js --------- Co-authored-by: Dries Vints <[email protected]>
1 parent 9bd07ca commit 8534193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import defaultTheme from 'tailwindcss/defaultTheme';
22
import forms from '@tailwindcss/forms';
33
import typography from '@tailwindcss/typography';
44

5-
65
/** @type {import('tailwindcss').Config} */
76
export default {
7+
darkMode: 'class', // Manually disable dark mode.
88
content: [
99
'./resources/**/*.blade.php',
1010
'./resources/**/*.js',

0 commit comments

Comments
 (0)