feat: add Angular Material and refactor UI components

This commit is contained in:
Jan K9f 2025-01-21 09:31:43 +01:00
commit 6317c97d96
Signed by: jank
GPG key ID: 50620ADD22CD330B
15 changed files with 194 additions and 131 deletions

View file

@ -6,14 +6,9 @@ module.exports = {
theme: {
extend: {},
},
daisyui: {
styled: true,
themes: true,
base: true,
utils: true,
logs: true,
rtl: false
corePlugins: {
preflight: false,
},
plugins: [require("@tailwindcss/typography"), require("daisyui")],
plugins: [],
}