diff --git a/components/prospect-profile-screen.tsx b/components/prospect-profile-screen.tsx index a04b4897..9f60189d 100644 --- a/components/prospect-profile-screen.tsx +++ b/components/prospect-profile-screen.tsx @@ -1179,7 +1179,7 @@ const Body = ({ const statsTheme = { textStyle: { - color: data?.theme?.title_color, + color: data?.theme?.body_color, }, }; @@ -1387,7 +1387,7 @@ const Body = ({ {data?.seconds_since_last_online !== null && Last Online: {} @@ -1403,7 +1403,7 @@ const Body = ({ {data?.count_answers !== null && Q&A Answers: {} @@ -1413,7 +1413,7 @@ const Body = ({ {data && !_.isNil(data.gives_reply_percentage) && Gives Replies To: {} @@ -1423,7 +1423,7 @@ const Body = ({ {data && !_.isNil(data.gets_reply_percentage) && Gets Replies To: {} @@ -1433,7 +1433,7 @@ const Body = ({ {data?.seconds_since_sign_up !== null && Account Age: {}