Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/Merch/MerchPageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ const Lottie = dynamic(() => import("lottie-react"), { ssr: false });
const MerchPageContent = () => {
return (
<div
className="flex flex-col items-center justify-center"
className="flex flex-col items-center justify-center bg-dark-background"
id="merchPageTop"
>
{/* Header Section */}
<div className="mb-8 flex w-full flex-col items-center bg-black pb-32">
<div className="mb-8 flex w-full flex-col items-center bg-dark-background pb-32">
<div className="flex w-full items-center justify-center">
<div className="w-full max-w-xl">
<Lottie {...merchPageLottieOptions} />
Expand Down
2 changes: 1 addition & 1 deletion src/pageLayouts/TeamPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const TeamPage = () => {

return (
<div
className="relative box-border h-full overflow-hidden scroll-smooth whitespace-normal border-none bg-black p-0 font-sans leading-6"
className="relative box-border h-full overflow-hidden scroll-smooth whitespace-normal border-none bg-dark-background p-0 font-sans leading-6"
id="teamPageTop"
>
<Blobbie
Expand Down