Skip to content

Commit c6240b0

Browse files
Copilothotlong
andcommitted
Fix TypeScript error in tailwind config darkMode setting
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 42d1da2 commit c6240b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Config } from 'tailwindcss'
22

33
export default {
4-
darkMode: ["class"],
4+
darkMode: "class",
55
content: [
66
'./app/**/*.{ts,tsx}',
77
'./components/**/*.{ts,tsx}',

0 commit comments

Comments
 (0)