Disable dark theme for now (#26)

This commit is contained in:
Aswin V 2022-07-27 16:53:55 +07:00 committed by GitHub
parent 8d3459d126
commit f44d337919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,4 +21,7 @@ module.exports = {
extend: {},
},
plugins: [require('daisyui')],
daisyui: {
themes: ['light'],
},
};