We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c529238 commit b1097f4Copy full SHA for b1097f4
site/src/modules/dashboard/Navbar/MobileMenu.tsx
@@ -65,7 +65,7 @@ export const MobileMenu: FC<MobileMenuProps> = ({
65
return (
66
<DropdownMenu open={open} onOpenChange={setOpen}>
67
{open && (
68
- <div className="fixed inset-0 top-[72px] backdrop-blur-sm z-10 bg-content-primary/50" />
+ <div className="fixed inset-0 top-[72px] backdrop-blur-sm z-10 bg-surface-primary/50" />
69
)}
70
<DropdownMenuTrigger asChild>
71
<Button
0 commit comments