Skip to content

Commit

Permalink
fix: overlap between plus and prompt menu icon (mckaywrigley#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedMuzamilM authored Mar 27, 2023
1 parent 34c79c0 commit 5aa5be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Mobile/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const Navbar: FC<Props> = ({
</div>

<IconPlus
className="cursor-pointer hover:text-neutral-400"
className="cursor-pointer hover:text-neutral-400 mr-8"
onClick={onNewConversation}
/>
</nav>
Expand Down

0 comments on commit 5aa5be3

Please sign in to comment.