Updates
This commit is contained in:
parent
d6ce943379
commit
4cbe72fc8d
@ -18,7 +18,7 @@ export default function Header({ menuOpen, setMenuOpen }: Props) {
|
|||||||
className={twMerge(
|
className={twMerge(
|
||||||
"h-[var(--header-height)] border-0 border-b border-white/10",
|
"h-[var(--header-height)] border-0 border-b border-white/10",
|
||||||
"w-full flex flex-row items-center px-6 sticky top-0",
|
"w-full flex flex-row items-center px-6 sticky top-0",
|
||||||
"bg-[var(--bg-color)] z-10"
|
"bg-background-dark z-10"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<Row className="gap-6 ml-auto hidden md:flex">
|
<Row className="gap-6 ml-auto hidden md:flex">
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
import type { Config } from "tailwindcss";
|
|
||||||
|
|
||||||
export default {
|
|
||||||
content: [
|
|
||||||
"./pages/**/*.{js,ts,jsx,tsx,mdx}",
|
|
||||||
"./components/**/*.{js,ts,jsx,tsx,mdx}",
|
|
||||||
"./app/**/*.{js,ts,jsx,tsx,mdx}",
|
|
||||||
"./layouts/**/*.{js,ts,jsx,tsx,mdx}",
|
|
||||||
],
|
|
||||||
theme: {
|
|
||||||
extend: {
|
|
||||||
colors: {
|
|
||||||
background: "var(--background)",
|
|
||||||
foreground: "var(--foreground)",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
plugins: [],
|
|
||||||
darkMode: "class",
|
|
||||||
} satisfies Config;
|
|
Loading…
Reference in New Issue
Block a user