Compare commits

...

2 Commits

Author SHA1 Message Date
Valentino Hudhra b06ad7c241 Reduce header link gap 2024-12-17 11:44:22 +01:00
Valentino Hudhra 0c51189ce1 Remove secondary button bg color 2024-12-17 11:43:58 +01:00
2 changed files with 1 additions and 2 deletions
@@ -13,7 +13,7 @@ export async function HeaderLinks({ children }: HeaderLinksProps) {
<div
className={tcls(
styles.containerHeaderlinks,
'grow shrink flex justify-end items-center gap-x-6 lg:gap-x-8 min-w-9 z-20',
'grow shrink flex justify-end items-center gap-x-6 min-w-9 z-20',
)}
>
{children}
@@ -35,7 +35,6 @@ export function Button({
]
: // SECONDARY
[
'bg-dark/2',
'ring-dark/1',
'hover:bg-dark/3',
'dark:bg-light/2',