Update components/chat/sidebar/SidebarHeader.tsx
This commit is contained in:
parent
5e4be24b90
commit
54da1aa02a
@ -26,7 +26,7 @@ export const SidebarHeader = ({ onNewChat, logo }: SidebarHeaderProps) => (
|
||||
|
||||
<button
|
||||
onClick={onNewChat}
|
||||
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"
|
||||
className="w-full py-4 text-[#F3BA2F] border-2 border-dashed border-[rgba(243,186,47,0.5)] rounded-lg bg-gradient-to-t from-[rgba(243,186,47,0.2)] to-[rgba(243,186,47,0)] hover:bg-[rgba(243,186,47,0.1)] transition-colors text-sm"
|
||||
>
|
||||
⊕ Start a new chat
|
||||
</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user