From 77012027bac54c809187a878cf9aa0aa877a04b0 Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Fri, 26 Sep 2025 10:42:08 -0600 Subject: [PATCH] update color for warning card --- .../controllers/HomePage/NewChatWarning.tsx | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/apps/web/src/controllers/HomePage/NewChatWarning.tsx b/apps/web/src/controllers/HomePage/NewChatWarning.tsx index 19a72b607..69a444dac 100644 --- a/apps/web/src/controllers/HomePage/NewChatWarning.tsx +++ b/apps/web/src/controllers/HomePage/NewChatWarning.tsx @@ -25,14 +25,14 @@ export const NewChatWarning = React.memo( const progressPercentage = (progress / 2) * 100; return ( -
+
Setup Checklist
{progress}/2 completed
@@ -65,7 +65,7 @@ export const NewChatWarning = React.memo(
@@ -114,14 +114,14 @@ const SetupItem = ({ number, status, title, description, link, linkText }: Setup return (
{status ? : number} @@ -131,7 +131,7 @@ const SetupItem = ({ number, status, title, description, link, linkText }: Setup
{title} {status && ( - + Complete )} @@ -170,8 +170,8 @@ const ContactAdminCard = ({ userRole }: ContactAdminCardProps) => {
Contact Admin Required -
- {roleLabel} +
+ {roleLabel}
@@ -180,20 +180,20 @@ const ContactAdminCard = ({ userRole }: ContactAdminCardProps) => {
-
+
-
- +
+
- Permission Required - + Permission Required + Your current role is {roleLabel}. To start asking questions, an admin needs to: -
    +
    • Connect data sources to your organization
    • Create datasets from those data sources
    • Grant you access to the relevant datasets