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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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