Skip to content

Commit 2978a02

Browse files
Set navbar background white
1 parent 205beb9 commit 2978a02

File tree

1 file changed

+1
-1
lines changed
  • webapp/app/[locale]/_components/navbar

1 file changed

+1
-1
lines changed

webapp/app/[locale]/_components/navbar/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const Navbar = function () {
4545

4646
return (
4747
<>
48-
<div className="md:h-98vh flex h-[calc(100dvh-56px)] flex-col px-3 pt-3 md:pt-0 [&>*]:md:ml-3 [&>*]:md:pr-3">
48+
<div className="md:h-98vh flex h-[calc(100dvh-56px)] flex-col bg-white px-3 pt-3 md:pt-0 [&>*]:md:ml-3 [&>*]:md:pr-3">
4949
<div className="hidden h-24 items-center justify-center md:flex">
5050
<div className="flex h-1/3 w-1/3">
5151
<Link className="w-full" href={href}>

0 commit comments

Comments
 (0)