(feat): improve methanium theme
All checks were successful
/ deploy-and-package (push) Successful in 1m10s
All checks were successful
/ deploy-and-package (push) Successful in 1m10s
This commit is contained in:
parent
c186327012
commit
c072d7ab57
4 changed files with 94 additions and 7 deletions
|
|
@ -23,7 +23,7 @@ export default defineConfig({
|
|||
optimizeDeps: { exclude: ["@methanium/ui"] },
|
||||
server: { fs: { allow: [monorepoRoot] } },
|
||||
plugins: [
|
||||
methaniumUi({ defaultThemeId: "tensamin" }),
|
||||
methaniumUi({ defaultThemeId: "methanium" }),
|
||||
react(),
|
||||
tailwindcss(),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue