Remove dark mode support for now

This commit is contained in:
Aswin V 2022-02-20 00:00:13 +05:30
parent b13ffeaa1d
commit 043117c200
2 changed files with 1 additions and 4 deletions

View File

@ -2,10 +2,6 @@
@tailwind components; @tailwind components;
@tailwind utilities; @tailwind utilities;
:root {
color-scheme: dark light;
}
.theme-default { .theme-default {
--color-primary: 37 194 160; --color-primary: 37 194 160;
--color-secondary: 48 56 70; --color-secondary: 48 56 70;

View File

@ -10,6 +10,7 @@ function withOpacityValue(variable) {
} }
module.exports = { module.exports = {
darkMode: "class",
content: [ content: [
"./pages/**/*.{js,ts,jsx,tsx}", "./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}",