Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
ignmandagaran committed Apr 22, 2024
1 parent 53bf6c3 commit 3cc8c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export function Header({ variant = 'light' }: { variant?: 'dark' | 'light' }) {
<header
className={clsx(
'fixed top-0 z-50 flex h-[var(--header-height)] w-full items-center',
variant === 'dark' ? 'bg-transparent text-slate-100' : 'bg-slate-900 text-slate-900',
variant === 'dark' ? 'bg-slate-900 text-slate-100' : 'bg-transparent text-slate-900',
{
['border-b border-slate-950 shadow-[0px_2px_18px_0px_rgba(5,73,30,0.08)]']:
variant === 'dark' && scrollProgress > 0
Expand Down

0 comments on commit 3cc8c63

Please sign in to comment.