Skip to content

Commit 543c1f2

Browse files
authored
Merge pull request #151 from codersforcauses/issue-145-deal_with_main_background_and_navbar_being_the_same_colour
Issue #145 deal with main background and navbar being the same colour
2 parents d7eecb3 + dd374fe commit 543c1f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/main/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function Navbar() {
2525

2626
return (
2727
<>
28-
<header className="sticky top-0 z-50 flex h-24 w-full items-center rounded-md border-b border-border/20 bg-background px-20 font-jersey10">
28+
<header className="sticky top-0 z-50 flex h-24 w-full items-center border-b-2 border-border/20 border-b-primary bg-landingCard px-20 font-jersey10">
2929
<div className="flex flex-1 items-center">
3030
<Link
3131
href="/"

0 commit comments

Comments
 (0)