summaryrefslogtreecommitdiffstats
path: root/frontend-components/tables/tailwind.config.cjs
diff options
context:
space:
mode:
Diffstat (limited to 'frontend-components/tables/tailwind.config.cjs')
-rw-r--r--frontend-components/tables/tailwind.config.cjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend-components/tables/tailwind.config.cjs b/frontend-components/tables/tailwind.config.cjs
index d7b679dfd98..4a8f12a370a 100644
--- a/frontend-components/tables/tailwind.config.cjs
+++ b/frontend-components/tables/tailwind.config.cjs
@@ -1,5 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
+ darkMode: "class",
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {