(feat): improve methanium theme
All checks were successful
/ deploy-and-package (push) Successful in 1m10s

This commit is contained in:
Alois 2026-07-27 12:06:03 +02:00
commit c072d7ab57
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
4 changed files with 94 additions and 7 deletions

View file

@ -23,7 +23,7 @@ export default defineConfig({
optimizeDeps: { exclude: ["@methanium/ui"] },
server: { fs: { allow: [monorepoRoot] } },
plugins: [
methaniumUi({ defaultThemeId: "tensamin" }),
methaniumUi({ defaultThemeId: "methanium" }),
react(),
tailwindcss(),
],