1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 05:05:17 +02:00

Update Navbar and UserAvatar components, and +page styling

This commit is contained in:
Sean Morley 2024-04-10 23:25:24 +00:00
parent 3d0116a684
commit 549840128f
4 changed files with 13 additions and 13 deletions

View file

@ -6,6 +6,6 @@ export default {
},
plugins: [require("@tailwindcss/typography"), require("daisyui")],
daisyui: {
themes: ["night"],
themes: ["sunset"],
},
};