Skip to content

Commit

Permalink
fix: fix colors for footer
Browse files Browse the repository at this point in the history
  • Loading branch information
timia2109 committed Aug 7, 2024
1 parent 2e04d9b commit d6b3691
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export async function Footer() {

return (
<footer
className=" w-full border-t border-gray-200
bg-white p-4 text-white shadow md:flex
md:items-center md:justify-between md:p-6 dark:border-gray-600 dark:bg-gray-800"
className="w-full border-t
bg-neutral p-4 text-neutral-content shadow md:flex
md:items-center md:justify-between md:p-6"
>
<div>
{t("title")}
Expand Down

0 comments on commit d6b3691

Please sign in to comment.