Skip to content

Commit 344f970

Browse files
committed
fix tests
1 parent d7e9173 commit 344f970

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/app/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
const config: Config = {
4-
darkMode: ["class"],
4+
darkMode: "class",
55
content: [
66
"./src/app/**/*.{ts,tsx}",
77
"./src/components/**/*.{ts,tsx}",

0 commit comments

Comments
 (0)