style header upgrade as primary

This commit is contained in:
Ishaan Gupta 2026-05-30 19:21:43 +05:30
parent d7f4b97ed4
commit e0a7b90a51

View file

@ -437,11 +437,10 @@ export function Header({ onAddMemory, onOpenSearch }: HeaderProps) {
<TooltipTrigger asChild>
<Button
asChild
variant="headers"
className={cn(
"rounded-full! h-9! min-h-9 shrink-0",
"rounded-full! h-9! min-h-9 shrink-0 border border-[#0B65C9]/70 bg-[#0054AD] !text-[#FAFAFA] hover:bg-[#0B65C9]",
"max-lg:w-9 max-lg:min-w-9 max-lg:justify-center max-lg:gap-0 max-lg:px-0",
"lg:min-w-0 lg:gap-1.5 lg:px-3 lg:font-medium",
"lg:min-w-0 lg:gap-1.5 lg:px-3 lg:font-semibold",
dmSansClassName(),
)}
>