Disable dark theme for now (#26)
This commit is contained in:
parent
8d3459d126
commit
f44d337919
@ -21,4 +21,7 @@ module.exports = {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [require('daisyui')],
|
||||
daisyui: {
|
||||
themes: ['light'],
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user