Browse Source

Force dark mode (#310)

Jim Su 1 năm trước cách đây
mục cha
commit
e249776e96
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      frontend/tailwind.config.js

+ 3 - 0
frontend/tailwind.config.js

@@ -4,6 +4,9 @@ export default {
   theme: {
     extend: {},
   },
+  daisyui: {
+    themes: ["dark"],
+  },
   plugins: [require('daisyui')],
 }