Skip to content

Commit

Permalink
Nav border consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
majdyz committed Oct 4, 2024
1 parent 12663d5 commit 2c70698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt_platform/frontend/src/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export async function NavBar() {
const { user } = await getServerUser();

return (
<header className="sticky top-0 z-50 mx-4 flex h-16 items-center gap-4 border-b bg-background p-3 md:rounded-b-2xl md:px-6 md:shadow">
<header className="border-grey-300 sticky top-0 z-50 mx-4 flex h-16 items-center gap-4 border bg-background p-3 md:rounded-b-2xl md:px-6 md:shadow">
<div className="flex flex-1 items-center gap-4">
<Sheet>
<SheetTrigger asChild>
Expand Down

0 comments on commit 2c70698

Please sign in to comment.