Update components/chat/sidebar/SidebarHeader.tsx
This commit is contained in:
parent
b58a58e301
commit
5e4be24b90
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user