Skip to content

Commit

Permalink
Merge pull request #334 from sivaprasath2004/sivaprasath-closes-issue…
Browse files Browse the repository at this point in the history
…-327

[Bug] : `Nav bar` mismatch color fixed
  • Loading branch information
subhadeeproy3902 authored Jun 20, 2024
2 parents 4414517 + ff7a100 commit 5a98f1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/app/contributors/ContributorsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,9 @@ export const ContributorsData = [
github: "https://github.com/AdarshGT33",
imageUrl: "https://avatars.githubusercontent.com/u/144033708?v=4",
},
{
name: "Sivaprasath",
github: "https://github.com/sivaprasath2004",
imageUrl: "https://avatars.githubusercontent.com/u/121082414?v=4",
},
];
2 changes: 1 addition & 1 deletion src/app/dashboard/_components/SideNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function SideNav() {

return (
<div
className={`h-screen fixed md:w-72 w-60 borde-r border-[1px] p-6 flex flex-col `}
className={`h-screen fixed md:w-72 w-60 borde-r border-[1px] p-6 flex flex-col bg-background`}
>
<button
className="md:hidden absolute top-4 right-4 mb-2"
Expand Down

0 comments on commit 5a98f1e

Please sign in to comment.