mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
style header upgrade as primary
This commit is contained in:
parent
d7f4b97ed4
commit
e0a7b90a51
1 changed files with 2 additions and 3 deletions
|
|
@ -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(),
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue