constant.js
1 export const topBarHeight = 64; 2 export const sideNavWidth = 260; 3 export const navbarHeight = 60; 4 export const sidenavCompactWidth = 80; 5 export const containedLayoutWidth = 1200; 6 7 export const PROJECT_TYPE_COLORS = { 8 rag: { bg: "rgba(99,102,241,0.12)", color: "#6366f1" }, 9 agent: { bg: "rgba(16,185,129,0.12)", color: "#10b981" }, 10 block: { bg: "rgba(107,114,128,0.15)", color: "#6b7280" }, 11 };