Update components/chat/sidebar/SidebarHeader.tsx

This commit is contained in:
yoginawaka 2025-02-22 06:36:24 +00:00
parent b58a58e301
commit 5e4be24b90

View File

@ -26,7 +26,7 @@ export const SidebarHeader = ({ onNewChat, logo }: SidebarHeaderProps) => (
<button
onClick={onNewChat}
className="w-full py-4 text-blue-500 border-2 border-dashed border-blue-200 rounded-lg bg-gradient-to-t from-[rgba(29,162,255,0.2)] to-[rgba(29,162,255,0)] hover:bg-blue-50 transition-colors text-sm"
className="w-full py-4 text-[#F3BA2F] border-2 border-dashed border-[#F3BA2F] rounded-lg bg-gradient-to-t from-[rgba(251, 188, 5, 0)] to-[rgba(251, 188, 5, 1)] hover:bg-[#FBBC05] transition-colors text-sm"
>
Start a new chat
</button>