diff --git a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx index e4c2600e..b95c3951 100644 --- a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx +++ b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/code/page.tsx @@ -298,11 +298,9 @@ const rightCol: React.CSSProperties = { flexDirection: "column", }; const heading: React.CSSProperties = { - fontSize: "0.72rem", + fontSize: "0.9rem", fontWeight: 600, - letterSpacing: "0.12em", - textTransform: "uppercase", - color: INK.muted, + color: THEME.ink, margin: "0 0 14px", }; const railGroup: React.CSSProperties = { @@ -316,11 +314,9 @@ const railGroupHeader: React.CSSProperties = { padding: "0 4px 8px", }; const railGroupTitle: React.CSSProperties = { - fontSize: "0.68rem", + fontSize: "0.9rem", fontWeight: 600, - letterSpacing: "0.12em", - textTransform: "uppercase", - color: INK.muted, + color: THEME.ink, }; const countPill: React.CSSProperties = { fontSize: "0.7rem", diff --git a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/hosting/page.tsx b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/hosting/page.tsx index a4e2c4d7..e41f7932 100644 --- a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/hosting/page.tsx +++ b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/hosting/page.tsx @@ -518,11 +518,10 @@ const sectionHeader: React.CSSProperties = { marginBottom: 14, }; const sectionTitle: React.CSSProperties = { - fontSize: "0.68rem", - fontWeight: 700, - letterSpacing: "0.12em", - textTransform: "uppercase", - color: INK.muted, + fontSize: "0.9rem", + fontWeight: 600, + color: THEME.ink, + marginBottom: 8, }; const countPill: React.CSSProperties = { fontSize: "0.7rem", diff --git a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/infrastructure/page.tsx b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/infrastructure/page.tsx index 5773eebc..bc9c722f 100644 --- a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/infrastructure/page.tsx +++ b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/infrastructure/page.tsx @@ -1122,11 +1122,9 @@ const rightCol: React.CSSProperties = { flexDirection: "column", }; const heading: React.CSSProperties = { - fontSize: "0.72rem", + fontSize: "0.9rem", fontWeight: 600, - letterSpacing: "0.12em", - textTransform: "uppercase", - color: INK.muted, + color: THEME.ink, margin: "0 0 14px", }; const railGroup: React.CSSProperties = { @@ -1144,11 +1142,9 @@ const railGroupHeader: React.CSSProperties = { color: "inherit", }; const railGroupTitle: React.CSSProperties = { - fontSize: "0.68rem", + fontSize: "0.9rem", fontWeight: 600, - letterSpacing: "0.12em", - textTransform: "uppercase", - color: INK.muted, + color: THEME.ink, }; const countPill: React.CSSProperties = { fontSize: "0.7rem", @@ -1270,11 +1266,9 @@ const detailValue: React.CSSProperties = { alignItems: "center", }; const sectionTitle: React.CSSProperties = { - fontSize: "0.72rem", + fontSize: "0.9rem", fontWeight: 600, - letterSpacing: "0.08em", - textTransform: "uppercase", - color: INK.muted, + color: THEME.ink, marginBottom: 8, }; const para: React.CSSProperties = { diff --git a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/overview/page.tsx b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/overview/page.tsx index 55ba5eb1..83468dbf 100644 --- a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/overview/page.tsx +++ b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/overview/page.tsx @@ -634,11 +634,10 @@ const sectionHeader: React.CSSProperties = { marginBottom: 14, }; const sectionTitle: React.CSSProperties = { - fontSize: "0.68rem", - fontWeight: 700, - letterSpacing: "0.12em", - textTransform: "uppercase", - color: INK.muted, + fontSize: "0.9rem", + fontWeight: 600, + color: THEME.ink, + marginBottom: 8, }; const countPill: React.CSSProperties = { fontSize: "0.7rem", diff --git a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/plan/page.tsx b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/plan/page.tsx index f1a03209..cd82d84e 100644 --- a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/plan/page.tsx +++ b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/plan/page.tsx @@ -799,11 +799,9 @@ const railGroupHeader: React.CSSProperties = { padding: "0 4px 8px", }; const railGroupTitle: React.CSSProperties = { - fontSize: "0.68rem", - fontWeight: 700, - letterSpacing: "0.12em", - textTransform: "uppercase", - color: THEME.muted, + fontSize: "0.9rem", + fontWeight: 600, + color: THEME.ink, }; const railItems: React.CSSProperties = { display: "flex", diff --git a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/product/page.tsx b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/product/page.tsx index a676a161..49c3b6de 100644 --- a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/product/page.tsx +++ b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/product/page.tsx @@ -435,11 +435,9 @@ const rightCol: React.CSSProperties = { flexDirection: "column", }; const heading: React.CSSProperties = { - fontSize: "0.72rem", + fontSize: "0.9rem", fontWeight: 600, - letterSpacing: "0.12em", - textTransform: "uppercase", - color: INK.muted, + color: THEME.ink, margin: "0 0 14px", }; const railGroup: React.CSSProperties = { @@ -453,11 +451,9 @@ const railGroupHeader: React.CSSProperties = { padding: "0 4px 8px", }; const railGroupTitle: React.CSSProperties = { - fontSize: "0.68rem", + fontSize: "0.9rem", fontWeight: 600, - letterSpacing: "0.12em", - textTransform: "uppercase", - color: INK.muted, + color: THEME.ink, }; const countPill: React.CSSProperties = { fontSize: "0.7rem", diff --git a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/services/page.tsx b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/services/page.tsx index 0de97f94..019ff641 100644 --- a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/services/page.tsx +++ b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/services/page.tsx @@ -567,11 +567,10 @@ const sectionHeader: React.CSSProperties = { marginBottom: 14, }; const sectionTitle: React.CSSProperties = { - fontSize: "0.68rem", - fontWeight: 700, - letterSpacing: "0.12em", - textTransform: "uppercase", - color: INK.muted, + fontSize: "0.9rem", + fontWeight: 600, + color: THEME.ink, + marginBottom: 8, }; const countPill: React.CSSProperties = { fontSize: "0.7rem",