chore: remove daisyui and update button style

This commit is contained in:
Steven
2023-04-11 23:36:43 +08:00
parent bcd7bece81
commit 2783bca24d
10 changed files with 86 additions and 66 deletions

View File

@ -8,5 +8,5 @@ module.exports = {
},
},
},
plugins: [require("@tailwindcss/typography"), require("daisyui")],
plugins: [require("@tailwindcss/typography")],
};