diff --git a/apps/frontend/src/app/discover/page.tsx b/apps/frontend/src/app/discover/page.tsx index 5f2c00f..0663da2 100644 --- a/apps/frontend/src/app/discover/page.tsx +++ b/apps/frontend/src/app/discover/page.tsx @@ -157,7 +157,7 @@ const Page = () => { className={cn( 'border-[0.1px] rounded-full text-sm px-3 py-1 text-nowrap transition duration-200 cursor-pointer', activeTopic === t.key - ? 'text-cyan-700 dark:text-cyan-300 bg-cyan-300/20 border-cyan-700/60 dar:bg-cyan-300/30 dark:border-cyan-300/40' + ? 'text-[#EA580C] bg-[#EA580C]/20 border-[#EA580C]/60 dark:bg-[#EA580C]/30 dark:border-[#EA580C]/40' : 'border-black/30 dark:border-white/30 text-black/70 dark:text-white/70 hover:text-black dark:hover:text-white hover:border-black/40 dark:hover:border-white/40 hover:bg-black/5 dark:hover:bg-white/5', )} onClick={() => setActiveTopic(t.key)} @@ -192,8 +192,8 @@ const Page = () => {
) : setupRequired ? (
-
- +
+

diff --git a/apps/frontend/src/app/library/page.tsx b/apps/frontend/src/app/library/page.tsx index 3b1282d..199f14c 100644 --- a/apps/frontend/src/app/library/page.tsx +++ b/apps/frontend/src/app/library/page.tsx @@ -93,7 +93,7 @@ const Page = () => { No chats found.

- + Start a new chat {' '} to see it listed here. @@ -128,7 +128,7 @@ const Page = () => {

{chat.title} diff --git a/apps/frontend/src/components/AssistantSteps.tsx b/apps/frontend/src/components/AssistantSteps.tsx index c715a92..57f80bd 100644 --- a/apps/frontend/src/components/AssistantSteps.tsx +++ b/apps/frontend/src/components/AssistantSteps.tsx @@ -238,7 +238,7 @@ const AssistantSteps = ({ key={idx} className="flex flex-row space-x-3 rounded-lg border border-light-200 dark:border-dark-200 bg-light-100 dark:bg-dark-100 p-2 cursor-pointer" > -
+
diff --git a/apps/frontend/src/components/Discover/MajorNewsCard.tsx b/apps/frontend/src/components/Discover/MajorNewsCard.tsx index eebf7d0..960035e 100644 --- a/apps/frontend/src/components/Discover/MajorNewsCard.tsx +++ b/apps/frontend/src/components/Discover/MajorNewsCard.tsx @@ -28,7 +28,7 @@ const MajorNewsCard = ({

{item.title}

@@ -41,7 +41,7 @@ const MajorNewsCard = ({ <>

{item.title}

diff --git a/apps/frontend/src/components/Discover/SmallNewsCard.tsx b/apps/frontend/src/components/Discover/SmallNewsCard.tsx index 5da80dc..48195ce 100644 --- a/apps/frontend/src/components/Discover/SmallNewsCard.tsx +++ b/apps/frontend/src/components/Discover/SmallNewsCard.tsx @@ -19,7 +19,7 @@ const SmallNewsCard = ({ item }: { item: Discover }) => ( />
-

+

{item.title}

diff --git a/apps/frontend/src/components/EmptyChat.tsx b/apps/frontend/src/components/EmptyChat.tsx index 0eb8484..f4c24a9 100644 --- a/apps/frontend/src/components/EmptyChat.tsx +++ b/apps/frontend/src/components/EmptyChat.tsx @@ -55,7 +55,7 @@ const EmptyChat = () => { key={i} className="inline-block" style={{ - color: ['#4285F4', '#EA4335', '#FBBC05', '#4285F4', '#34A853', '#EA4335', '#4285F4'][i], + color: ['#6B7280', '#EA580C', '#9CA3AF', '#4B5563', '#EA580C', '#A8A29E', '#57534E'][i], }} > {letter} diff --git a/apps/frontend/src/components/EmptyChatMessageInput.tsx b/apps/frontend/src/components/EmptyChatMessageInput.tsx index 6d159f9..206f524 100644 --- a/apps/frontend/src/components/EmptyChatMessageInput.tsx +++ b/apps/frontend/src/components/EmptyChatMessageInput.tsx @@ -74,7 +74,7 @@ const EmptyChatMessageInput = () => {

diff --git a/apps/frontend/src/components/MessageBox.tsx b/apps/frontend/src/components/MessageBox.tsx index dd60dec..ce9d33e 100644 --- a/apps/frontend/src/components/MessageBox.tsx +++ b/apps/frontend/src/components/MessageBox.tsx @@ -245,15 +245,15 @@ const MessageBox = ({
-

+

{suggestion}

diff --git a/apps/frontend/src/components/MessageInput.tsx b/apps/frontend/src/components/MessageInput.tsx index 56054eb..281dde2 100644 --- a/apps/frontend/src/components/MessageInput.tsx +++ b/apps/frontend/src/components/MessageInput.tsx @@ -79,7 +79,7 @@ const MessageInput = () => { {mode === 'single' && ( @@ -89,7 +89,7 @@ const MessageInput = () => { diff --git a/apps/frontend/src/components/MessageInputActions/Attach.tsx b/apps/frontend/src/components/MessageInputActions/Attach.tsx index 84d7152..fa24f9b 100644 --- a/apps/frontend/src/components/MessageInputActions/Attach.tsx +++ b/apps/frontend/src/components/MessageInputActions/Attach.tsx @@ -55,7 +55,7 @@ const Attach = () => { return loading ? (
- +
) : files.length > 0 ? ( @@ -65,7 +65,7 @@ const Attach = () => { type="button" className="active:border-none hover:bg-light-200 hover:dark:bg-dark-200 p-2 rounded-lg focus:outline-none headless-open:text-black dark:headless-open:text-white text-black/50 dark:text-white/50 active:scale-95 transition duration-200 hover:text-black dark:hover:text-white" > - + {open && ( diff --git a/apps/frontend/src/components/MessageInputActions/AttachSmall.tsx b/apps/frontend/src/components/MessageInputActions/AttachSmall.tsx index 828ac79..e27f84b 100644 --- a/apps/frontend/src/components/MessageInputActions/AttachSmall.tsx +++ b/apps/frontend/src/components/MessageInputActions/AttachSmall.tsx @@ -46,7 +46,7 @@ const AttachSmall = () => { return loading ? (
- +
) : files.length > 0 ? ( @@ -56,7 +56,7 @@ const AttachSmall = () => { type="button" className="flex flex-row items-center justify-between space-x-1 p-1 text-black/50 dark:text-white/50 rounded-xl hover:bg-light-secondary dark:hover:bg-dark-secondary active:scale-95 transition duration-200 hover:text-black dark:hover:text-white" > - + {open && ( diff --git a/apps/frontend/src/components/MessageInputActions/ChatModelSelector.tsx b/apps/frontend/src/components/MessageInputActions/ChatModelSelector.tsx index 4d75166..e4881e2 100644 --- a/apps/frontend/src/components/MessageInputActions/ChatModelSelector.tsx +++ b/apps/frontend/src/components/MessageInputActions/ChatModelSelector.tsx @@ -81,7 +81,7 @@ const ModelSelector = () => { type="button" className="active:border-none hover:bg-light-200 hover:dark:bg-dark-200 p-2 rounded-lg focus:outline-none headless-open:text-black dark:headless-open:text-white text-black/50 dark:text-white/50 active:scale-95 transition duration-200 hover:text-black dark:hover:text-white" > - + {open && ( @@ -161,7 +161,7 @@ const ModelSelector = () => { chatModelProvider?.providerId === provider.id && chatModelProvider?.key === model.key - ? 'text-sky-500' + ? 'text-[#EA580C]' : 'text-black/50 dark:text-white/50 group-hover:text-black/70 group-hover:dark:text-white/70', )} /> @@ -171,7 +171,7 @@ const ModelSelector = () => { chatModelProvider?.providerId === provider.id && chatModelProvider?.key === model.key - ? 'text-sky-500 font-medium' + ? 'text-[#EA580C] font-medium' : 'text-black/70 dark:text-white/70 group-hover:text-black dark:group-hover:text-white', )} > diff --git a/apps/frontend/src/components/MessageInputActions/Optimization.tsx b/apps/frontend/src/components/MessageInputActions/Optimization.tsx index 2f0cd82..ef19c29 100644 --- a/apps/frontend/src/components/MessageInputActions/Optimization.tsx +++ b/apps/frontend/src/components/MessageInputActions/Optimization.tsx @@ -15,13 +15,13 @@ const OptimizationModes = [ key: 'speed', title: 'Speed', description: 'Prioritize speed and get the quickest possible answer.', - icon: , + icon: , }, { key: 'balanced', title: 'Balanced', description: 'Find the right balance between speed and accuracy', - icon: , + icon: , }, { key: 'quality', @@ -30,7 +30,7 @@ const OptimizationModes = [ icon: ( ), }, @@ -91,7 +91,7 @@ const Optimization = () => {

{mode.title}

{mode.key === 'quality' && ( - + Beta )} diff --git a/apps/frontend/src/components/MessageInputActions/Sources.tsx b/apps/frontend/src/components/MessageInputActions/Sources.tsx index 2652d58..50aba62 100644 --- a/apps/frontend/src/components/MessageInputActions/Sources.tsx +++ b/apps/frontend/src/components/MessageInputActions/Sources.tsx @@ -71,7 +71,7 @@ const Sources = () => {