chore: Fix darkMode styles in widget (#7408)
This commit is contained in:
parent
f1f14312fe
commit
20b84ee6a1
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user