widgets and other fixes

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-11 15:24:52 +00:00
parent 747770ac58
commit e9369df151
16 changed files with 761 additions and 277 deletions

View File

@@ -247,6 +247,7 @@ export const WORKFLOW_COLORS = {
writer: {
tasksCreated: CSS_VAR_COLORS.grayBase, // Navy
contentPages: CSS_VAR_COLORS.primary, // Blue
imagesCreated: CSS_VAR_COLORS.purple, // Purple for images
pagesPublished: CSS_VAR_COLORS.success, // Green
},
} as const;