Force light theme cause the media query is being weird

This commit is contained in:
2023-06-21 21:13:38 +02:00
parent 3666c3c0ac
commit 279b8c4cd7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ export default {
},
plugins: [require('daisyui')],
daisyui: {
themes: ['light', 'dark', 'retro']
themes: ['light']
}
}