Skip to content

Commit 40c3e2a

Browse files
style
1 parent 3b49995 commit 40c3e2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/react-example/tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/** @type {import('tailwindcss').Config} */
22
export default {
33
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
4+
darkMode: ['selector', '[data-mantine-color-scheme="dark"]'],
45
theme: {
56
extend: {},
67
},

0 commit comments

Comments
 (0)