Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1097f4

Browse files
committed
Fix mobile menu background
1 parent c529238 commit b1097f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/dashboard/Navbar/MobileMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const MobileMenu: FC<MobileMenuProps> = ({
6565
return (
6666
<DropdownMenu open={open} onOpenChange={setOpen}>
6767
{open && (
68-
<div className="fixed inset-0 top-[72px] backdrop-blur-sm z-10 bg-content-primary/50" />
68+
<div className="fixed inset-0 top-[72px] backdrop-blur-sm z-10 bg-surface-primary/50" />
6969
)}
7070
<DropdownMenuTrigger asChild>
7171
<Button

0 commit comments

Comments
 (0)