Skip to content

Commit

Permalink
refactor(footer): change bg and text color
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhall1515 committed Apr 22, 2024
1 parent 040d3e1 commit 5d9718b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Footer() {
const year = new Date().getFullYear();
return (
<>
<footer className="relative flex min-h-[15rem] w-full justify-center py-6 text-white">
<footer className="relative flex min-h-[15rem] w-full justify-center bg-popover py-6 text-foreground">
<div className="pxPage mx-auto w-full max-w-[103rem]">
<span className="mb-6 block text-2xl font-extrabold">
{env.NEXT_PUBLIC_SITE_NAME}
Expand Down

0 comments on commit 5d9718b

Please sign in to comment.