feat: add accent color setting and apply it dynamically across components

This commit is contained in:
Christopher
2026-01-22 05:21:30 -08:00
parent ce16f6e8dd
commit 0ccacecd8a
7 changed files with 89 additions and 19 deletions
+1
View File
@@ -33,6 +33,7 @@ export async function PATCH(req: NextRequest) {
longDescription: data.longDescription,
rules: data.rules,
bannerUrl: data.bannerUrl,
accentColor: data.accentColor,
updatedAt: new Date(),
})
.where(eq(nodes.id, node.id))