fix(app): Change theme to bumblebee

This commit is contained in:
TheOnlyWayUp
2024-04-11 14:38:36 +00:00
parent 92367b8509
commit ddda863bbc
+1 -1
View File
@@ -13,7 +13,7 @@ const config = {
daisyui: { daisyui: {
themes: [ themes: [
"nord" "bumblebee"
], ],
}, },
}; };