Refactor: Improve Novu Inbox theming

This commit is contained in:
gpt-engineer-app[bot]
2025-10-01 12:54:13 +00:00
parent c7c4644b3f
commit d541afd745
3 changed files with 87 additions and 32 deletions

View File

@@ -13,6 +13,10 @@ export default {
},
},
extend: {
fontFamily: {
sans: ["Inter", "system-ui", "-apple-system", "sans-serif"],
inter: ["Inter", "system-ui", "-apple-system", "sans-serif"],
},
colors: {
border: "hsl(var(--border))",
input: "hsl(var(--input))",