chore: Fix darkMode styles in widget (#7408)

This commit is contained in:
Pranav Raj S
2023-06-26 14:43:22 -07:00
committed by GitHub
parent f1f14312fe
commit 20b84ee6a1

View File

@@ -1,5 +1,5 @@
module.exports = {
dark: 'class',
darkMode: 'class',
content: [
'./app/javascript/widget/**/*.vue',
'./app/javascript/portal/**/*.vue',
@@ -90,11 +90,6 @@ module.exports = {
},
body: '#2f3b49',
},
extend: {
screens: {
dark: { raw: '(prefers-color-scheme: dark)' },
},
},
},
plugins: [
// eslint-disable-next-line