feat: Support Dark mode for the widget (#4137)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -85,7 +85,11 @@ module.exports = {
|
||||
900: '#C30011',
|
||||
},
|
||||
},
|
||||
extend: {},
|
||||
extend: {
|
||||
screens: {
|
||||
dark: { raw: '(prefers-color-scheme: dark)' },
|
||||
},
|
||||
},
|
||||
},
|
||||
variants: {},
|
||||
plugins: [],
|
||||
|
||||
Reference in New Issue
Block a user