fix(frontend): Update styles

This commit is contained in:
TheOnlyWayUp
2023-12-29 03:44:46 +00:00
parent 289bd6be4f
commit 8dfdf52d2c
4 changed files with 44 additions and 11 deletions
+6
View File
@@ -10,6 +10,12 @@ const config = {
},
plugins: [typography, daisyui],
daisyui: {
themes: [
"nord"
],
},
};
module.exports = config;